26 lines
659 B
JSON
26 lines
659 B
JSON
{
|
|
"$schema": "https://schema.tauri.app/config/2",
|
|
"productName": "Reflex POC Tauri",
|
|
"version": "0.1.0-1-alpha.2.fix.1",
|
|
"identifier": "com.sasedev.games.reflex.tauri",
|
|
"build": {
|
|
"frontendDist": "../../../Tauri/game-reflex-poc/frontend"
|
|
},
|
|
"app": {
|
|
"windows": [
|
|
{
|
|
"title": "Reflex POC Tauri",
|
|
"width": 405,
|
|
"height": 720,
|
|
"resizable": true
|
|
}
|
|
],
|
|
"security": {
|
|
"csp": "default-src 'self'; script-src 'self' 'wasm-unsafe-eval'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; connect-src 'self' ipc: http://ipc.localhost"
|
|
}
|
|
},
|
|
"bundle": {
|
|
"active": false
|
|
}
|
|
}
|