introduce .env

This commit is contained in:
Harivansh Rathi 2026-04-01 04:32:08 +00:00
parent 4f46d2f3df
commit 5d97c33d7e
6 changed files with 51 additions and 24 deletions

View file

@ -9,6 +9,10 @@
"format": "prettier --ignore-unknown --write . && turbo run format",
"format:check": "prettier --ignore-unknown --check . && turbo run format:check",
"check-types": "turbo run check-types",
"stack:up": "./scripts/dev-up",
"stack:down": "./scripts/dev-down",
"stack:verify": "./scripts/integration/verify-stack",
"clones:setup": "./scripts/setup-clones",
"test": "turbo run test",
"verify": "pnpm run guardrails && pnpm run format:check && turbo run lint check-types test build"
},