refactor: 移除开发环境启动配置,仅保留构建相关设置
- 移除开发环境的启动命令和地址配置,仅保留构建前命令和前端构建目录设置。
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user