0
0
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:
Julian Bez 2023-11-20 11:06:30 +01:00 committed by GitHub
parent f996b63550
commit c7e48b1c66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

9
.run/Dev.run.xml Normal file
View 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>