Files
DOSSIER-STANDALONE/src-tauri/tauri.conf.json
T

31 lines
568 B
JSON

{
"$schema": "https://schema.tauri.app/config/2",
"productName": "cad",
"version": "0.1.0",
"identifier": "ch.dossier.cad",
"build": {
"frontendDist": "../dist",
"devUrl": "http://localhost:5187"
},
"app": {
"windows": [
{
"label": "main",
"title": "cad",
"width": 1400,
"height": 900,
"dragDropEnabled": false,
"decorations": false
}
],
"security": {
"csp": null
}
},
"bundle": {
"active": true,
"targets": "all",
"icon": ["icons/icon.png"]
}
}