diff options
chore: i forgot just how much of jbmononf was nf, and inlining pure jbmono is kinda ok
Diffstat (limited to 'deno.json')
| -rw-r--r-- | deno.json | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -1,12 +1,11 @@ { "version": "0.0.1", "tasks": { - "dev": "deno task animgen && deno run -A --unstable-cron --unstable-kv --unstable-bare-node-builtins --unstable-byonm npm:vite", - "build": "deno task animgen && deno run -A --unstable-cron --unstable-kv --unstable-bare-node-builtins --unstable-byonm npm:vite build", + "dev": "deno task animgen && deno task getfonts && deno run -A --unstable-cron --unstable-kv --unstable-bare-node-builtins --unstable-byonm npm:vite", + "build": "deno task animgen && deno task getfonts && deno run -A --unstable-cron --unstable-kv --unstable-bare-node-builtins --unstable-byonm npm:vite build", "preview": "deno run -A --unstable-cron --unstable-kv --unstable-bare-node-builtins --unstable-byonm npm:vite preview", "serve": "deno run --allow-net --allow-read main.ts", - "animgen": "deno run --allow-write=src/routes/anim.css --allow-write=src/routes/no-anim.css --allow-env --allow-read --allow-run src/routes/anim-gen.ts | esbuild --loader=css >src/routes/anim.css", - "getfonts": "static/fonts/jbmono/_gen.sh" + "animgen": "deno run --allow-write=src/routes/anim.css --allow-write=src/routes/no-anim.css --allow-env --allow-read --allow-run src/routes/anim-gen.ts | esbuild --loader=css >src/routes/anim.css" }, "importMap": "./import_map.json", "license": "AGPL-1.0-only", |