fix dev server

This commit is contained in:
evilchili
2026-05-15 15:18:31 -07:00
parent c61b8e2f8b
commit 80c34a1483
4 changed files with 4313 additions and 141 deletions
+6 -2
View File
@@ -24,10 +24,14 @@
"devDependencies": {
"@types/jest": "^29.5.14",
"esbuild": "^0.28.0",
"happy-dom": "^14.12.3",
"happy-dom": "^20.9.0",
"jest": "^29.7.0",
"selenium-webdriver": "^4.43.0",
"ts-jest": "^29.4.9",
"typescript": "^6.0.3"
"typescript": "^6.0.3",
"live-server": "^1.2.0",
"node-watch": "^0.7.4"
},
"dependencies": {
}
}