chore: switch to build script

This commit is contained in:
Aarnav Tale
2025-10-19 14:09:56 -04:00
parent 53b8f76ac6
commit a68df033a2
8 changed files with 213 additions and 115 deletions
-2
View File
@@ -6,9 +6,7 @@
"type": "module",
"scripts": {
"preinstall": "npx only-allow pnpm",
"prebuild": "npx @jdxcode/mise run build-go-wasm",
"build": "react-router build",
"postbuild": "npx @jdxcode/mise run build-go-agent",
"dev": "HEADPLANE_LOAD_ENV_OVERRIDES=true HEADPLANE_CONFIG_PATH=./config.example.yaml react-router dev",
"start": "node build/server/index.js",
"typecheck": "react-router typegen && tsgo",