From 4257a3a666870dccd5a2d9be22cb2a36ad2d14fd Mon Sep 17 00:00:00 2001 From: memdmp Date: Wed, 14 Jan 2026 15:50:22 +0100 Subject: fix: oops --- deno.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'deno.json') diff --git a/deno.json b/deno.json index 48542ca..189e466 100644 --- a/deno.json +++ b/deno.json @@ -1,8 +1,8 @@ { "version": "0.0.1", "tasks": { - "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", + "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", "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" -- cgit v1.2.3