mirror of
https://github.com/lumehq/lume.git
synced 2025-03-26 01:31:48 +01:00
20 lines
331 B
JSON
20 lines
331 B
JSON
{
|
|
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
|
|
"tauri": {
|
|
"windows": [
|
|
{
|
|
"width": 1080,
|
|
"height": 800,
|
|
"minWidth": 1080,
|
|
"minHeight": 800,
|
|
"resizable": true,
|
|
"title": "Lume",
|
|
"center": true,
|
|
"fullscreen": false,
|
|
"fileDropEnabled": true,
|
|
"decorations": true
|
|
}
|
|
]
|
|
}
|
|
}
|