1
Fork 0
mirror of https://github.com/RGBCube/Site synced 2025-07-31 13:07:46 +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": {
"lume": "echo \"import 'lume/cli.ts'\" | deno run --unstable -A -",
"lume": "echo \"import 'lume/cli.ts'\" | deno run --allow-all -",
"build": "deno task lume",
"serve": "deno task lume --serve"
},