mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-19 08:31:35 +03:00
4416cdbb30
* chore(examples) update CSP and tauri-webpack to 0.2.0 * chore(updater) update tauri-api to 0.3.0
31 lines
523 B
JSON
31 lines
523 B
JSON
{
|
|
"build": {
|
|
"distDir": "../out",
|
|
"devPath": "http://localhost:3000"
|
|
},
|
|
"ctx": {},
|
|
"tauri": {
|
|
"embeddedServer": {
|
|
"active": true
|
|
},
|
|
"bundle": {
|
|
"active": true
|
|
},
|
|
"whitelist": {
|
|
"all": false
|
|
},
|
|
"window": {
|
|
"title": "Tauri App"
|
|
},
|
|
"security": {
|
|
"csp": "default-src blob: data: filesystem: ws: http: https: 'unsafe-eval' 'unsafe-inline'"
|
|
},
|
|
"edge": {
|
|
"active": true
|
|
},
|
|
"automaticStart": {
|
|
"active": true
|
|
}
|
|
}
|
|
}
|