From 9d0d21b4ee98140dc482306f664888c29566fedf Mon Sep 17 00:00:00 2001 From: Joshua Date: Wed, 14 Sep 2022 00:41:28 +0200 Subject: [PATCH] vr scripts --- scripts.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 scripts.yml diff --git a/scripts.yml b/scripts.yml new file mode 100644 index 0000000..93a312e --- /dev/null +++ b/scripts.yml @@ -0,0 +1,7 @@ +scripts: + dev: + desc: Run Dreamland in Dev Mode + cmd: deno run -A https://deno.land/x/denon/denon.ts run -A --unstable ./src/index.ts + routes: + desc: Generate the Routes used for the Project + cmd: deno run --unstable --allow-write --allow-read --no-check --no-prompt --allow-env ./scripts/routes.ts