mirror of
https://github.com/PostHog/posthog.git
synced 2024-12-01 12:21:02 +01:00
06f3f3a3f3
Adds a bunch of environment-agnostic run configurations that'll make it easier for anyone to get started on PyCharm
16 lines
585 B
XML
16 lines
585 B
XML
<component name="ProjectRunConfigurationManager">
|
|
<configuration default="false" name="Plugin Server DEV - Postgres" type="js.build_tools.npm">
|
|
<package-json value="$PROJECT_DIR$/../plugin-server/package.json" />
|
|
<command value="run" />
|
|
<scripts>
|
|
<script value="start:dev" />
|
|
</scripts>
|
|
<node-interpreter value="project" />
|
|
<package-manager value="yarn" />
|
|
<envs>
|
|
<env name="WORKER_CONCURRENCY" value="1" />
|
|
<env name="DATABASE_URL" value="postgres://localhost/posthog" />
|
|
</envs>
|
|
<method v="2" />
|
|
</configuration>
|
|
</component> |