Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 804 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 804 Bytes

Relevant Files

Setup

  • npm install
  • edgedb project init — (cannot be a local instance due to a temporary bug from Cloudflare Workers)
  • Configure .dev.vars — (see below)

.dev.vars

EDGEDB_INSTANCE = "<username>/<name>"
EDGEDB_SECRET_KEY = "<secret key>"

Development

  • npm run generate
  • npm run dev

Deployment

  • npx wrangler secret put EDGEDB_INSTANCE
  • npx wrangler secret put EDGEDB_SECRET_KEY
  • npm run deploy

References