1
Fork 0
mirror of https://github.com/pds-nest/nest.git synced 2025-02-16 12:43:58 +00:00

🔨 Add "Frontend: Start dev server" runConfig

This commit is contained in:
Stefano Pigozzi 2021-04-21 04:04:43 +02:00
parent ea75920a41
commit 43169dacd7
Signed by untrusted user who does not match committer: steffo
GPG key ID: 6965406171929D01

View file

@ -0,0 +1,9 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Frontend: Start dev server" type="js.build_tools.npm">
<package-json value="$PROJECT_DIR$/code/frontend/package.json" />
<command value="start" />
<node-interpreter value="project" />
<envs />
<method v="2" />
</configuration>
</component>