From 4c8c0e5ddb589a23cfb7c68fd7374f015887e9fc Mon Sep 17 00:00:00 2001 From: Bruno Bernardino Date: Mon, 29 Dec 2025 08:24:38 +0000 Subject: [PATCH] Remove empty lines --- deno.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/deno.json b/deno.json index 2932c0a..8256b89 100644 --- a/deno.json +++ b/deno.json @@ -5,12 +5,10 @@ "check": "deno fmt --check && deno lint && deno check .", "cli": "echo \"import '\\$fresh/src/dev/cli.ts'\" | deno run --unstable -A -", "manifest": "deno task cli manifest $(pwd)", - "start": "deno task execute-with-permissions --watch=static/,routes/,lib/,components/,islands/ ./dev.ts", "build": "deno task execute-with-permissions ./dev.ts build", "preview": "deno task execute-with-permissions ./main.ts", "test": "deno test --allow-all --check", - "migrate-db": "deno task execute-with-permissions ./migrate-db.ts" }, "fmt": {