snort/src-tauri/tauri.conf.json
2024-09-16 09:26:29 +01:00

58 lines
1.2 KiB
JSON

{
"build": {
"beforeBuildCommand": "yarn build",
"beforeDevCommand": "yarn workspace @snort/app start",
"frontendDist": "../packages/app/build",
"devUrl": "http://localhost:5173"
},
"bundle": {
"active": true,
"category": "DeveloperTool",
"copyright": "",
"targets": "all",
"externalBin": [],
"icon": [
"icons/128x128.png",
"icons/128x128@2x.png"
],
"windows": {
"certificateThumbprint": null,
"digestAlgorithm": "sha256",
"timestampUrl": ""
},
"longDescription": "",
"macOS": {
"entitlements": null,
"exceptionDomain": "",
"frameworks": [],
"providerShortName": null,
"signingIdentity": null
},
"resources": [],
"shortDescription": "",
"linux": {
"deb": {
"depends": []
}
}
},
"productName": "snort",
"mainBinaryName": "snort",
"version": "0.2.0",
"identifier": "social.snort.app",
"plugins": {},
"app": {
"windows": [
{
"fullscreen": false,
"height": 600,
"resizable": true,
"title": "snort.social",
"width": 800
}
],
"security": {
"csp": "script-src 'wasm-unsafe-eval'; connect-src ipc: http://ipc.localhost"
}
}
}