Add .dev.vars to the repo

This is done because I can't find a way to pass a variable to `wrangler dev --local` on the commandline.
This commit is contained in:
Erisa A 2022-07-12 00:59:21 +01:00
parent 3ac0458bcb
commit 9cfcb84653
No known key found for this signature in database
GPG key ID: D581704D7FC37F30
2 changed files with 1 additions and 1 deletions

1
.dev.vars Normal file
View file

@ -0,0 +1 @@
WORKERLINKS_SECRET=mysecret

1
.gitignore vendored
View file

@ -9,4 +9,3 @@ worker/
node_modules/ node_modules/
.cargo-ok .cargo-ok
wrangler.prod.toml wrangler.prod.toml
.dev.vars