mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-20 17:22:08 +03:00
31 lines
519 B
JSON
31 lines
519 B
JSON
|
{
|
||
|
"build": {
|
||
|
"distDir": "../build",
|
||
|
"devPath": "http://localhost:3000"
|
||
|
},
|
||
|
"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
|
||
|
}
|
||
|
}
|
||
|
}
|