use vite for repl

This commit is contained in:
Felix Roos 2022-05-14 20:33:55 +02:00
parent 0d63ec9146
commit 645ea30b53
39 changed files with 3230 additions and 42511 deletions

View file

@ -7,7 +7,7 @@
"test": "npm run test --workspaces --if-present && cd repl && npm run test",
"bootstrap": "lerna bootstrap",
"setup": "npm i && npm run bootstrap && cd repl && npm i",
"repl": "cd repl && npm run start",
"repl": "cd repl && npm run dev",
"osc": "cd packages/osc && npm run server",
"build": "cd repl && npm run build",
"jsdoc": "jsdoc packages/ -c jsdoc.config.json",