chore: move vite-tsconfig-paths to dependencies

Moved vite-tsconfig-paths from devDependencies to dependencies as it is required at runtime for path resolution in the Vite build.
This commit is contained in:
2026-03-09 12:19:27 -06:00
parent 9589f3fa76
commit 19191eac7c

View File

@@ -18,8 +18,7 @@
"@types/react-dom": "^19.2.3", "@types/react-dom": "^19.2.3",
"husky": "^9.1.7", "husky": "^9.1.7",
"lint-staged": "^16.3.2", "lint-staged": "^16.3.2",
"vite": "^7.3.1", "vite": "^7.3.1"
"vite-tsconfig-paths": "^6.1.1"
}, },
"peerDependencies": { "peerDependencies": {
"typescript": "^5.9.3" "typescript": "^5.9.3"
@@ -36,6 +35,7 @@
"@tanstack/react-start": "^1.166.3", "@tanstack/react-start": "^1.166.3",
"@vitejs/plugin-react-swc": "^4.2.3", "@vitejs/plugin-react-swc": "^4.2.3",
"react": "^19.2.4", "react": "^19.2.4",
"react-dom": "^19.2.4" "react-dom": "^19.2.4",
"vite-tsconfig-paths": "^6.1.1"
} }
} }