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
-3
View File
@@ -387,9 +387,6 @@ npm run build:pages
# Worker tests
npm run test
# Status page tests
npm run test:pages
# Type checking and linting
npm run check # worker
npm run check:pages # pages (astro check + tsc)