mirror of
https://github.com/stack-auth/stack.git
synced 2026-07-20 21:29:36 +08:00
- Removed '@sinclair/typebox' from package.json and pnpm-lock.yaml as it is no longer needed. - Updated e2e fallback tests to start the backend using 'next start' instead of 'node dist/server.mjs' for better compatibility with the current setup. - Enabled 'clean' option in db-migrations tsdown config to ensure proper build output management. - Refactored error handling in SmartRouter to use HexclaveAssertionError for consistency. Co-Authored-By: mantra <[email protected]>