mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-21 21:49:51 +01:00
chore(pycharm): Include compound run configuration (#18739)
Include compound run configuration to run all four things at once
This commit is contained in:
parent
f996b63550
commit
c7e48b1c66
9
.run/Dev.run.xml
Normal file
9
.run/Dev.run.xml
Normal file
@ -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>
|
Loading…
Reference in New Issue
Block a user