dreamland/scripts.yml
2022-09-14 00:41:28 +02:00

7 lines
313 B
YAML

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