Explorar el Código

@author liuqing
@commit 修改架构为基于 Wails v2 构建的单进程桌面应用

lq hace 1 mes
padre
commit
60cb625ebf
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      frontend/package.json

+ 1 - 0
frontend/package.json

@@ -4,6 +4,7 @@
     "private": true,
     "scripts": {
         "serve": "node openDocument.js && vite --host --mode development",
+        "dev": "vite --host --mode development",
         "build": "vite build --mode production",
         "limit-build": "npm install increase-memory-limit-fixbug cross-env -g && npm run fix-memory-limit && node ./limit && npm run build",
         "preview": "vite preview",