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:
parent
3ac0458bcb
commit
9cfcb84653
2 changed files with 1 additions and 1 deletions
1
.dev.vars
Normal file
1
.dev.vars
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
WORKERLINKS_SECRET=mysecret
|
||||||
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -9,4 +9,3 @@ worker/
|
||||||
node_modules/
|
node_modules/
|
||||||
.cargo-ok
|
.cargo-ok
|
||||||
wrangler.prod.toml
|
wrangler.prod.toml
|
||||||
.dev.vars
|
|
||||||
Loading…
Add table
Reference in a new issue