From 9cfcb84653761ff2f01231dd59d87c8a5dad3dc5 Mon Sep 17 00:00:00 2001 From: Erisa A Date: Tue, 12 Jul 2022 00:59:21 +0100 Subject: [PATCH] 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. --- .dev.vars | 1 + .gitignore | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 .dev.vars diff --git a/.dev.vars b/.dev.vars new file mode 100644 index 0000000..846a5c2 --- /dev/null +++ b/.dev.vars @@ -0,0 +1 @@ +WORKERLINKS_SECRET=mysecret \ No newline at end of file diff --git a/.gitignore b/.gitignore index a9b59f2..615e5ff 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,3 @@ worker/ node_modules/ .cargo-ok wrangler.prod.toml -.dev.vars \ No newline at end of file