vr scripts
This commit is contained in:
parent
48ecee1974
commit
9d0d21b4ee
1 changed files with 7 additions and 0 deletions
7
scripts.yml
Normal file
7
scripts.yml
Normal 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
|
Loading…
Add table
Reference in a new issue