+ simplify vanilla setup drastically

+ move repl + drawer boilerplate inside StrudelMirror
This commit is contained in:
Felix Roos 2023-05-05 23:43:07 +02:00
parent 5b67fccb1b
commit 9ec7109dc8
7 changed files with 101 additions and 103 deletions

View file

@ -38,7 +38,8 @@
"@codemirror/language": "^6.6.0",
"@codemirror/state": "^6.2.0",
"@codemirror/view": "^6.10.0",
"@lezer/highlight": "^1.1.4"
"@lezer/highlight": "^1.1.4",
"@strudel.cycles/core": "workspace:*"
},
"devDependencies": {
"vite": "^4.3.3"