Got Codemirror up and running

This commit is contained in:
Gregory Schier
2023-02-15 19:53:46 -08:00
parent f3fc1fc0c4
commit 2f1d3a5c60
11 changed files with 853 additions and 56 deletions

View File

@@ -60,10 +60,13 @@
"windows": [
{
"fullscreen": false,
"height": 600,
"height": 800,
"resizable": true,
"title": "tauri-app",
"width": 800
"width": 1400,
"theme": "Dark",
"titleBarStyle": "Overlay",
"hiddenTitle": true
}
]
}