Skip to content

Commit

Permalink
chore: Add Intellij run configurations for localhost development (tol…
Browse files Browse the repository at this point in the history
  • Loading branch information
StaNov authored Oct 31, 2024
1 parent be6fa31 commit adba116
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .run/Backend localhost.run.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Backend localhost" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" nameIsGenerated="true">
<option name="ACTIVE_PROFILES" value="dev" />
<option name="FRAME_DEACTIVATION_UPDATE_POLICY" value="UpdateClassesAndResources" />
<module name="tolgee-platform.server-app.main" />
<option name="SPRING_BOOT_MAIN_CLASS" value="io.tolgee.Application" />
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
</component>
12 changes: 12 additions & 0 deletions .run/Frontend localhost.run.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Frontend localhost" type="js.build_tools.npm">
<package-json value="$PROJECT_DIR$/webapp/package.json" />
<command value="run" />
<scripts>
<script value="start" />
</scripts>
<node-interpreter value="project" />
<envs />
<method v="2" />
</configuration>
</component>

0 comments on commit adba116

Please sign in to comment.