adding file polling for windows machines

This commit is contained in:
2024-11-15 14:38:53 -07:00
parent 3725d40e6e
commit d689b4b684
5 changed files with 25 additions and 5 deletions

View File

@@ -19,6 +19,7 @@
"@trpc/server": "11.0.0-rc.608",
"@types/ws": "^8.5.13",
"chokidar": "^4.0.1",
"dotenv": "^16.4.5",
"jsdom": "^25.0.0",
"next": "^15.0.2",
"react": "^18",
@@ -32,7 +33,6 @@
"@monaco-editor/loader": "^1.4.0",
"@monaco-editor/react": "^4.6.0",
"@testing-library/dom": "^10.4.0",
"socket.io-client": "^4.8.1",
"@testing-library/react": "^16.0.0",
"@types/node": "^22",
"@types/react": "^18",
@@ -46,6 +46,7 @@
"postcss": "^8",
"react-error-boundary": "^4.0.13",
"react-hot-toast": "^2.4.1",
"socket.io-client": "^4.8.1",
"tailwindcss": "^3.4.1",
"typescript": "^5",
"vitest": "^2.0.5",