refactor: 移除构建配置中的自定义构建命令和前端输出路径设置
- 移除构建配置中的自定义构建命令和前端输出路径设置
This commit is contained in:
@@ -3,10 +3,6 @@
|
|||||||
"productName": "tauri-demo",
|
"productName": "tauri-demo",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"identifier": "com.imbytecat.tauri-demo",
|
"identifier": "com.imbytecat.tauri-demo",
|
||||||
"build": {
|
|
||||||
"beforeBuildCommand": "bun run build",
|
|
||||||
"frontendDist": "../dist"
|
|
||||||
},
|
|
||||||
"app": {
|
"app": {
|
||||||
"withGlobalTauri": true,
|
"withGlobalTauri": true,
|
||||||
"windows": [],
|
"windows": [],
|
||||||
|
|||||||
Reference in New Issue
Block a user