mirror of
https://github.com/RGBCube/Site
synced 2025-07-31 13:07:46 +00:00
Fix deprecated flag
This commit is contained in:
parent
dbe56ccbb1
commit
6cf783f626
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue