.dev.vars.example 252 B

1234
  1. # Copy to .dev.vars for local development (`npm run dev`) and so that
  2. # `wrangler types` includes POSTHOG_KEY in the generated Env.
  3. # The real key lives only in the deployed secret (`wrangler secret put POSTHOG_KEY`).
  4. POSTHOG_KEY="phc_dev_placeholder"