更新需求

This commit is contained in:
xx
2026-02-05 11:25:03 +08:00
parent 513e113ea9
commit abc0a6051d
12 changed files with 81 additions and 28 deletions

View File

@@ -4,7 +4,7 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "export NODE_ENV=development && vite --host 0.0.0.0",
"dev": "export NODE_ENV=development && vite --host 0.0.0.0 --port 5777",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
@@ -33,4 +33,4 @@
"typescript-eslint": "^8.46.4",
"vite": "^7.2.4"
}
}
}