.dev.vars.example 348 B

12345
  1. # Copy to .dev.vars for local development (`npm run dev`) if you want to exercise
  2. # POST /admin/rollup — without it that route 404s, which is also how a deploy that
  3. # never ran `wrangler secret put ADMIN_TOKEN` behaves.
  4. # The real token lives only in the deployed secret; nothing here is ever committed.
  5. ADMIN_TOKEN="dev_admin_token_placeholder"