mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-25 11:17:50 +01:00
c7e48b1c66
Include compound run configuration to run all four things at once
9 lines
415 B
XML
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> |