Update jsconfig.json and package.json to correct open-sse path references from relative to local directory.

This commit is contained in:
decolua
2026-01-05 10:37:09 +07:00
parent 3857598de4
commit e35421beb1
39 changed files with 6846 additions and 6 deletions

View File

@@ -18,7 +18,6 @@
"next": "^15.2.0",
"node-machine-id": "^1.1.12",
"open": "^10.1.0",
"open-sse": "^1.0.0",
"ora": "^5.4.1",
"react": "19.2.1",
"react-dom": "19.2.1",
@@ -26,9 +25,6 @@
"uuid": "^13.0.0",
"zustand": "^5.0.9"
},
"overrides": {
"open-sse": "file:../open-sse"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.18",
"eslint": "^9",