projects/shelled/shelled-os-ui/src-tauri/tauri.conf.json
2026-04-06 10:45:18 -07:00

26 lines
447 B
JSON

{
"productName": "shelled-os",
"version": "0.1.0",
"identifier": "com.shelledos.app",
"build": {
"beforeDevCommand": "",
"beforeBuildCommand": "",
"devPath": "../src",
"distDir": "../src"
},
"app": {
"windows": [
{
"title": "Shelled OS",
"width": 1280,
"height": 720,
"fullscreen": true,
"resizable": true
}
],
"security": {
"csp": null
}
}
}