0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-21 21:49:51 +01:00
posthog/.run/Dev.run.xml
Tomás Farías Santana 22e689c8f3
fix: Start non-worker celery command with app.start() (#24375)
Co-authored-by: Julian Bez <julian@posthog.com>
2024-08-16 10:19:36 +02:00

12 lines
489 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 Beat" type="PythonConfigurationType" />
<toRun name="Celery Threads" type="PythonConfigurationType" />
<method v="2" />
</configuration>
</component>