0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-22 08:40:03 +01:00
posthog/.run/Dev.run.xml
Tom Owers 08e2129068
feat(dev-ex): Auto reload celery without an external watcher, and with debugging su… (#23402)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Julian Bez <julian@posthog.com>
2024-07-03 10:55:52 +02:00

11 lines
425 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 Threads" type="PythonConfigurationType" />
<method v="2" />
</configuration>
</component>