Initial setup of the Neptune frontend project, including Dockerfile, environment files, TypeScript configuration, and essential components. Added basic page structures for dashboard and wallet, and configured Tailwind CSS and postcss.
10 lines
374 B
XML
10 lines
374 B
XML
<component name="InspectionProjectProfileManager">
|
|
<profile version="1.0">
|
|
<option name="myName" value="Project Default" />
|
|
<inspection_tool class="DuplicatedCode" enabled="true" level="WEAK WARNING" enabled_by_default="true">
|
|
<Languages>
|
|
<language minSize="86" name="TypeScript" />
|
|
</Languages>
|
|
</inspection_tool>
|
|
</profile>
|
|
</component> |