vr scripts

This commit is contained in:
Joshua 2022-09-14 00:41:28 +02:00
parent 48ecee1974
commit 9d0d21b4ee

7
scripts.yml Normal file
View file

@ -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