-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathmprocs.yaml
More file actions
33 lines (26 loc) · 807 Bytes
/
mprocs.yaml
File metadata and controls
33 lines (26 loc) · 807 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
procs:
1-code:
shell: 'node scripts/pnpm-run.mjs --filter code run start'
env:
DEBUG: "false"
depends_on:
- agent
- git
- enricher
- platform
2-agent:
shell: 'node scripts/pnpm-run.mjs --filter agent run dev'
3-git:
shell: 'node scripts/pnpm-run.mjs --filter @posthog/git run dev'
platform:
shell: 'node scripts/pnpm-run.mjs --filter @posthog/platform run dev'
4-enricher:
shell: 'node scripts/pnpm-run.mjs --filter @posthog/enricher run dev'
5-storybook:
shell: 'node scripts/pnpm-run.mjs --filter code run storybook'
autostart: false
6-mobile-ios:
shell: 'node scripts/pnpm-run.mjs --filter @posthog/mobile run ios'
autostart: false
7-chromium-log:
shell: 'tail -F ~/.posthog-code/logs-dev/chromium.log'