7 lines
313 B
YAML
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
|