1
Fork 0
mirror of https://github.com/RGBCube/Site synced 2025-07-30 20:47:46 +00:00

Make tasks simpler

This commit is contained in:
RGBCube 2024-02-16 12:54:54 +03:00
parent 0bf35329cc
commit 8b7736cc9f
No known key found for this signature in database

View file

@ -8,9 +8,8 @@
]
},
"tasks": {
"lume": "echo \"import 'lume/cli.ts'\" | deno run --allow-all -",
"build": "deno task lume",
"serve": "deno task lume --serve"
"build": "echo \"import 'lume/cli.ts'\" | deno run --allow-all -",
"serve": "deno task build --serve"
},
"imports": {
"std/": "https://deno.land/std@0.212.0/",