Skip to content

Commit

Permalink
chore(pycharm): Include compound run configuration (#18739)
Browse files Browse the repository at this point in the history
Include compound run configuration to run all four things at once
  • Loading branch information
webjunkie authored Nov 20, 2023
1 parent f996b63 commit c7e48b1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .run/Dev.run.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Dev" type="CompoundRunConfigurationType">
<toRun name="PostHog" type="Python.DjangoServer" />
<toRun name="Frontend" type="js.build_tools.npm" />
<toRun name="Plugin Server" type="js.build_tools.npm" />
<toRun name="Celery" type="PythonConfigurationType" />
<method v="2" />
</configuration>
</component>

0 comments on commit c7e48b1

Please sign in to comment.