mirror of
https://github.com/wahyd4/heygo.git
synced 2026-08-08 21:05:48 +10:00
- Terraform configs for D1 databases, KV namespaces, Worker custom domains - wrangler.dev.jsonc and wrangler.prod.jsonc for environment-specific deployments - Worker code refactored to use env vars for host checking (PUBLIC_HOST, PRIVATE_HOST) - Configurable app URLs and cookie domain via env vars - Deploy and migrate npm scripts for dev/prod - Updated all tests with new env fixtures - Deployment guide in README
20 lines
272 B
Plaintext
20 lines
272 B
Plaintext
node_modules/
|
|
dist/
|
|
.wrangler/
|
|
.dev.vars
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
.DS_Store
|
|
npm-debug.log*
|
|
/exports
|
|
|
|
# Terraform
|
|
terraform/.terraform/
|
|
terraform/*.tfstate
|
|
terraform/*.tfstate.*
|
|
terraform/*.tfvars
|
|
!terraform/environments/*.tfvars
|
|
terraform/crash.log
|
|
terraform/crash.*.log
|