chore: update dev stuff

This commit is contained in:
Aarnav Tale
2026-06-22 16:40:21 -04:00
parent 0439175e73
commit 476a0419f1
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -7,7 +7,9 @@
"scripts": {
"preinstall": "npx only-allow pnpm",
"build": "react-router build",
"dev": "HEADPLANE_CONFIG_PATH=./config.example.yaml react-router dev | pino-pretty -c",
"dev:app": "HEADPLANE_CONFIG_PATH=./config.example.yaml react-router dev | pino-pretty -c",
"dev:docker": "docker compose up",
"dev": "pnpm run --stream /^dev:/",
"start": "node build/server/index.js",
"typecheck": "react-router typegen && tsc",
"test:unit": "vitest run --project unit",