feat: update to rolldown-vite and typescript-go

This commit is contained in:
Aarnav Tale
2025-08-18 16:18:08 -04:00
parent 17712cbb1c
commit a4a037ed68
6 changed files with 833 additions and 476 deletions
+11 -6
View File
@@ -9,7 +9,7 @@
"build": "react-router build",
"dev": "HEADPLANE_LOAD_ENV_OVERRIDES=true HEADPLANE_CONFIG_PATH=./config.example.yaml react-router dev",
"start": "node build/server/index.js",
"typecheck": "tsc",
"typecheck": "react-router typegen && tsgo",
"test": "vitest run",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
@@ -66,9 +66,10 @@
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@react-router/dev": "^7.8.1",
"@tailwindcss/vite": "^4.1.8",
"@types/node": "^22.15.17",
"@tailwindcss/vite": "^4.1.12",
"@types/node": "^24.3.0",
"@types/websocket": "^1.0.10",
"@typescript/native-preview": "7.0.0-dev.20250818.1",
"drizzle-kit": "^0.31.1",
"js-yaml": "^4.1.0",
"lefthook": "^1.11.13",
@@ -78,8 +79,8 @@
"tailwindcss": "^4.1.8",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-react-aria-components": "^2.0.0",
"typescript": "^5.8.3",
"vite": "^6.3.5",
"typescript": "^5.9.2",
"vite": "npm:rolldown-vite@latest",
"vite-tsconfig-paths": "^5.1.4",
"vitepress": "next",
"vitest": "^3.1.3"
@@ -96,9 +97,13 @@
},
"onlyBuiltDependencies": [
"@biomejs/biome",
"@tailwindcss/oxide",
"better-sqlite3",
"esbuild",
"lefthook"
]
],
"patchedDependencies": {
"react-router-hono-server": "patches/react-router-hono-server.patch"
}
}
}