chore: add env examples for development setup
Documents required environment variables so new contributors can onboard without guessing.
This commit is contained in:
parent
78e04e20b8
commit
ec326fb34d
2
.env.example
Normal file
2
.env.example
Normal file
@ -0,0 +1,2 @@
|
||||
export POSTHOG_KEY=phc_***
|
||||
export NPM_TOKEN=npm_***
|
||||
3
apps/web/.env.example
Normal file
3
apps/web/.env.example
Normal file
@ -0,0 +1,3 @@
|
||||
WATCHPACK_POLLING=true
|
||||
IRONCLAW_WEB_ENABLE_MCP_CONNECTORS=0
|
||||
NEXT_PUBLIC_POSTHOG_KEY=phc_***
|
||||
Loading…
x
Reference in New Issue
Block a user