Implement path loading

Got the build working

Maybe actually fix builds

Copy drizzle as well
This commit is contained in:
Erik Parawell
2025-07-11 18:49:43 -07:00
committed by Aarnav Tale
parent 7691f74d43
commit 5cfd9e411b
12 changed files with 1021 additions and 61 deletions
+6 -2
View File
@@ -9,7 +9,8 @@
"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": "tsc",
"test": "vitest run"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
@@ -63,6 +64,7 @@
"@biomejs/biome": "^1.9.4",
"@react-router/dev": "^7.6.1",
"@tailwindcss/vite": "^4.1.8",
"@types/node": "^22.15.17",
"@types/websocket": "^1.0.10",
"drizzle-kit": "^0.31.1",
"lefthook": "^1.11.13",
@@ -74,7 +76,9 @@
"tailwindcss-react-aria-components": "^2.0.0",
"typescript": "^5.8.3",
"vite": "^6.3.5",
"vite-tsconfig-paths": "^5.1.4"
"vite-tsconfig-paths": "^5.1.4",
"js-yaml": "^4.1.0",
"vitest": "^3.1.3"
},
"packageManager": "pnpm@10.4.0",
"engines": {