dreamland/scripts.yml
2022-09-14 23:27:49 +02:00

19 lines
756 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
cache:
desc: Cache all Dependencies
cmd: deno cache --unstable ./src/index.ts
start:
desc: Start Dreamland in Prod Mode
cmd: deno run -A --unstable ./src/index.ts
funny:
desc: Send a Request to IPv4.party because it's funny
cmd: deno run --unstable --allow-net --no-check --no-prompt ./scripts/ipv4.ts
s3:
desc: Test S3 Module
cmd: deno run --unstable --allow-net --no-check --no-prompt ./scripts/s3.ts