1
Fork 0
mirror of https://github.com/RGBCube/Site synced 2025-08-01 13:37:49 +00:00

Fix deprecated flag

This commit is contained in:
RGBCube 2024-02-16 12:47:51 +03:00
parent dbe56ccbb1
commit 6cf783f626
No known key found for this signature in database

View file

@ -8,7 +8,7 @@
] ]
}, },
"tasks": { "tasks": {
"lume": "echo \"import 'lume/cli.ts'\" | deno run --unstable -A -", "lume": "echo \"import 'lume/cli.ts'\" | deno run --allow-all -",
"build": "deno task lume", "build": "deno task lume",
"serve": "deno task lume --serve" "serve": "deno task lume --serve"
}, },