What's Changed
Improvements
- Separated desktop-specific authentication logic into its own component (
SignInForm.desktop.tsx), improving maintainability and enabling tailored behavior for desktop clients. - Fixed incorrect module resolution for standalone runtime aliases in the web app, ensuring consistent bundling and correct import paths when building desktop distributions.
Internal
- Updated standalone build script (
scripts/build-app-standalone.sh) and Next.js config (next.config.ts) to support the new desktop auth path separation and alias fixes.