refactor: 移除开发环境启动配置,仅保留构建相关设置

- 移除开发环境的启动命令和地址配置,仅保留构建前命令和前端构建目录设置。
This commit is contained in:
2026-01-16 20:34:18 +08:00
parent 0c301470de
commit 21dbc45a2e

View File

@@ -4,8 +4,6 @@
"version": "0.1.0",
"identifier": "com.imbytecat.tauri-demo",
"build": {
"beforeDevCommand": "bun run dev",
"devUrl": "http://localhost:1420",
"beforeBuildCommand": "bun run build",
"frontendDist": "../dist"
},