admin
Some checks failed
Deploy Docker Image / build-and-deploy (push) Has been cancelled

This commit is contained in:
2026-02-27 18:03:55 +08:00
parent c9ddf68e1c
commit 40063d82b8
9 changed files with 279 additions and 21 deletions

View File

@@ -6,6 +6,7 @@
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"start": "node server/index.mjs",
"lint": "eslint .",
"preview": "vite preview",
"test": "jest",