Files
Pena/src-tauri/tauri.conf.json
T
2026-06-19 12:23:00 +02:00

29 lines
498 B
JSON

{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Pena",
"version": "0.1.0",
"identifier": "com.pena.app",
"build": {
"frontendDist": "../src"
},
"app": {
"withGlobalTauri": true,
"windows": [
{
"label": "main",
"title": "Pena — Markdown Viewer",
"width": 1280,
"height": 800
}
],
"security": {
"csp": null
}
},
"bundle": {
"active": false,
"targets": "all",
"icon": []
}
}