mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2026-05-27 02:33:14 +08:00
32 lines
720 B
JSON
32 lines
720 B
JSON
{
|
|
"$schema": "https://schema.tauri.app/config/2",
|
|
"productName": "soybean-admin",
|
|
"version": "1.0.0",
|
|
"identifier": "cn.soybeanjs.admin",
|
|
"build": {
|
|
"beforeDevCommand": "pnpm dev",
|
|
"beforeBuildCommand": "pnpm build",
|
|
"devUrl": "http://localhost:9527",
|
|
"frontendDist": "../dist"
|
|
},
|
|
"app": {
|
|
"windows": [
|
|
{
|
|
"title": "SoybeanAdmin",
|
|
"width": 1366,
|
|
"height": 768,
|
|
"resizable": true,
|
|
"useHttpsScheme": true
|
|
}
|
|
],
|
|
"security": {
|
|
"csp": null
|
|
}
|
|
},
|
|
"bundle": {
|
|
"active": true,
|
|
"targets": "all",
|
|
"icon": ["icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico"]
|
|
}
|
|
}
|