mirror of
https://github.com/BillyOutlast/posthog.git
synced 2026-02-04 03:01:23 +01:00
8 lines
168 B
Bash
Executable File
8 lines
168 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
export WEBPACK_HOT_RELOAD_HOST="0.0.0.0"
|
|
|
|
pnpm --filter=@posthog/frontend... install --frozen-lockfile
|
|
pnpm --filter=@posthog/frontend start-docker
|