Remove empty lines

This commit is contained in:
Bruno Bernardino 2025-12-29 08:24:38 +00:00 committed by GitHub
parent 1b221db420
commit 4c8c0e5ddb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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": {