0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-25 11:17:50 +01:00
posthog/.run/Dev.run.xml
Julian Bez c7e48b1c66
chore(pycharm): Include compound run configuration (#18739)
Include compound run configuration to run all four things at once
2023-11-20 11:06:30 +01:00

9 lines
415 B
XML

<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>