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