refactor: move auth.ts into a shared location rather than importing across workspace boundaries (#11)

This commit is contained in:
2026-04-25 14:37:28 +02:00
committed by GitHub
parent 6d53729b70
commit 298feb574e
8 changed files with 7 additions and 17 deletions
-1
View File
@@ -20,7 +20,6 @@
"check:fix": "npm run lint:fix && npm run format",
"dev:pages": "npm run dev --workspace=status-page",
"build:pages": "npm run build --workspace=status-page",
"test:pages": "npm run test --workspace=status-page",
"check:pages": "npm run typecheck --workspace=status-page && npm run lint:pages && npm run format:pages:check",
"lint:pages": "npm run lint --workspace=status-page",
"lint:pages:fix": "npm run lint:fix --workspace=status-page",