mirror of
https://github.com/tauri-apps/smoke-tests.git
synced 2026-01-31 00:35:18 +01:00
36 lines
798 B
JSON
36 lines
798 B
JSON
{
|
|
"build": {
|
|
"distDir": "../out",
|
|
"devPath": "http://localhost:3000",
|
|
"beforeDevCommand": "yarn dev",
|
|
"beforeBuildCommand": "yarn build"
|
|
},
|
|
"ctx": {},
|
|
"tauri": {
|
|
"embeddedServer": {
|
|
"active": true
|
|
},
|
|
"bundle": {
|
|
"active": true,
|
|
"identifier": "com.tauri.dev",
|
|
"icon": ["icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico"],
|
|
"targets": ["deb", "osx", "msi", "appimage"]
|
|
},
|
|
"whitelist": {
|
|
"all": false
|
|
},
|
|
"window": {
|
|
"title": "Tauri App"
|
|
},
|
|
"security": {
|
|
"csp": "default-src blob: data: filesystem: ws: http: https: 'unsafe-eval' 'unsafe-inline'"
|
|
},
|
|
"edge": {
|
|
"active": true
|
|
},
|
|
"inliner": {
|
|
"active": true
|
|
}
|
|
}
|
|
}
|