refactor: 移除构建配置中的自定义构建命令和前端输出路径设置

- 移除构建配置中的自定义构建命令和前端输出路径设置
This commit is contained in:
2026-01-16 20:34:46 +08:00
parent 21dbc45a2e
commit fd791155e5

View File

@@ -3,10 +3,6 @@
"productName": "tauri-demo",
"version": "0.1.0",
"identifier": "com.imbytecat.tauri-demo",
"build": {
"beforeBuildCommand": "bun run build",
"frontendDist": "../dist"
},
"app": {
"withGlobalTauri": true,
"windows": [],