mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-26 20:42:18 +03:00
31 lines
520 B
JSON
31 lines
520 B
JSON
|
{
|
||
|
"build": {
|
||
|
"distDir": "../public",
|
||
|
"devPath": "http://localhost:5000"
|
||
|
},
|
||
|
"ctx": {},
|
||
|
"tauri": {
|
||
|
"embeddedServer": {
|
||
|
"active": true
|
||
|
},
|
||
|
"bundle": {
|
||
|
"active": true
|
||
|
},
|
||
|
"whitelist": {
|
||
|
"all": false
|
||
|
},
|
||
|
"window": {
|
||
|
"title": "Tauri App"
|
||
|
},
|
||
|
"security": {
|
||
|
"csp": "default-src data: filesystem: ws: http: https: 'unsafe-eval' 'unsafe-inline'"
|
||
|
},
|
||
|
"edge": {
|
||
|
"active": true
|
||
|
},
|
||
|
"automaticStart": {
|
||
|
"active": true
|
||
|
}
|
||
|
}
|
||
|
}
|