2025/04/05

Initial base

Signed-off-by: Drunkoatmeal <no@thanks.com>
This commit is contained in:
Drunkoatmeal
2025-04-05 01:32:22 +07:00
parent bd52d178bc
commit 80ddc9133c
5 changed files with 214 additions and 54 deletions

View File

@ -1,7 +1,7 @@
{
"tasks": {
"dev": "deno run -A --node-modules-dir npm:vite build --watch",
"build": "deno run -A --node-modules-dir npm:vite build --mode production",
"build": "deno run -A --node-modules-dir npm:vite build --mode prod",
"preview": "deno run -A --node-modules-dir npm:vite preview",
"serve": "deno run --allow-net --allow-read jsr:@std/http@1/file-server dist/"
},