switch to preact

This commit is contained in:
2024-11-05 20:57:30 -08:00
parent ae5a79e151
commit 0a6807831c
4 changed files with 202 additions and 56 deletions

View File

@@ -13,6 +13,8 @@
"vite": "^5.4.10"
},
"dependencies": {
"monaco-editor": "^0.52.0"
"@preact/signals": "^1.3.0",
"monaco-editor": "^0.52.0",
"preact": "^10.24.3"
}
}