lume/src-tauri/tauri.windows.conf.json
2024-02-09 15:33:27 +07:00

17 lines
248 B
JSON

{
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
"app": {
"windows": [
{
"title": "Lume",
"label": "main",
"width": 1080,
"height": 800,
"minWidth": 1080,
"minHeight": 800,
"center": true
}
]
}
}