Fix CI + add relay deploy + latency probes

This commit is contained in:
Mohamed Boudra
2026-02-04 23:41:53 +07:00
parent 0218729316
commit 8384b5facf
10 changed files with 116 additions and 45 deletions

View File

@@ -15,6 +15,7 @@
"dev:server": "NODE_ENV=development tsx packages/server/scripts/dev-runner.ts",
"dev:app": "npm run start --workspace=@paseo/app",
"dev:website": "npm run dev --workspace=@paseo/website",
"postinstall": "patch-package",
"build": "npm run build --workspaces --if-present",
"typecheck": "npm run typecheck --workspaces --if-present",
"test": "npm run test --workspaces --if-present",