Skip to main content
Module

x/gustwind/scripts.json

πŸ³πŸ’¨ – Deno powered JSON oriented site generator
Go to Latest
File
{ "allow": ["env", "read", "write", "net", "run"], "env": { "NO_COLOR": 1 }, "scripts": { "start": { "cmd": "deno run --no-check --unstable ./cli.ts -d", "watch": true }, "build": { "cmd": "deno run --no-check --unstable ./cli.ts -b" }, "watch:build": { "cmd": "deno run --no-check --unstable ./cli.ts -b", "watch": true }, "compileGustwindScripts": { "cmd": "deno run --unstable compileGustwindScripts.ts" } }}