Skip to content

Commit

Permalink
Add run files.
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Oct 18, 2023
1 parent a602d22 commit 557faa8
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .run/start-cn.run.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="start-cn" type="js.build_tools.npm">
<package-json value="$PROJECT_DIR$/package.json" />
<command value="start" />
<arguments value="--locale zh-cn" />
<node-interpreter value="project" />
<envs>
<env name="REGION" value="zh-cn" />
<env name="BASE_URL" value="/lts/zh-cn/" />
</envs>
<method v="2" />
</configuration>
</component>
13 changes: 13 additions & 0 deletions .run/start-en.run.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="start-en" type="js.build_tools.npm">
<package-json value="$PROJECT_DIR$/package.json" />
<command value="start" />
<arguments value="--locale en-us" />
<node-interpreter value="project" />
<envs>
<env name="REGION" value="en-us" />
<env name="BASE_URL" value="/lts/en-us/" />
</envs>
<method v="2" />
</configuration>
</component>

0 comments on commit 557faa8

Please sign in to comment.