Haris Razis
4 years ago
16 changed files with 36 additions and 103 deletions
@ -1,12 +0,0 @@ |
|||
<component name="ProjectRunConfigurationManager"> |
|||
<configuration default="false" name="dev client" type="js.build_tools.npm"> |
|||
<package-json value="$PROJECT_DIR$/client/package.json" /> |
|||
<command value="run" /> |
|||
<scripts> |
|||
<script value="dev" /> |
|||
</scripts> |
|||
<node-interpreter value="project" /> |
|||
<envs /> |
|||
<method v="2" /> |
|||
</configuration> |
|||
</component> |
@ -1,12 +0,0 @@ |
|||
<component name="ProjectRunConfigurationManager"> |
|||
<configuration default="false" name="dev server" type="js.build_tools.npm"> |
|||
<package-json value="$PROJECT_DIR$/server/package.json" /> |
|||
<command value="run" /> |
|||
<scripts> |
|||
<script value="dev" /> |
|||
</scripts> |
|||
<node-interpreter value="project" /> |
|||
<envs /> |
|||
<method v="2" /> |
|||
</configuration> |
|||
</component> |
@ -1,12 +0,0 @@ |
|||
<component name="ProjectRunConfigurationManager"> |
|||
<configuration default="false" name="run client" type="js.build_tools.npm"> |
|||
<package-json value="$PROJECT_DIR$/client/package.json" /> |
|||
<command value="run" /> |
|||
<scripts> |
|||
<script value="run" /> |
|||
</scripts> |
|||
<node-interpreter value="project" /> |
|||
<envs /> |
|||
<method v="2" /> |
|||
</configuration> |
|||
</component> |
@ -1,12 +0,0 @@ |
|||
<component name="ProjectRunConfigurationManager"> |
|||
<configuration default="false" name="run server" type="js.build_tools.npm"> |
|||
<package-json value="$PROJECT_DIR$/server/package.json" /> |
|||
<command value="run" /> |
|||
<scripts> |
|||
<script value="run" /> |
|||
</scripts> |
|||
<node-interpreter value="project" /> |
|||
<envs /> |
|||
<method v="2" /> |
|||
</configuration> |
|||
</component> |
@ -1,5 +1,5 @@ |
|||
module.exports = { |
|||
presets: [ |
|||
'@vue/cli-plugin-babel/preset' |
|||
] |
|||
presets: [ |
|||
'@vue/cli-plugin-babel/preset' |
|||
] |
|||
} |
|||
|
Loading…
Reference in new issue