mirror of
https://github.com/lumehq/lume.git
synced 2025-03-29 11:11:43 +01:00
16 lines
263 B
JSON
16 lines
263 B
JSON
{
|
|
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
|
|
"app": {
|
|
"windows": [
|
|
{
|
|
"title": "Lume",
|
|
"label": "main",
|
|
"width": 500,
|
|
"height": 800,
|
|
"minWidth": 500,
|
|
"minHeight": 800
|
|
}
|
|
]
|
|
}
|
|
}
|