You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use default CJS imports from dayjs instead of ESM (e9d56e4, #13)
This fixes a dev/build issue where the ESM package could not be properly loaded. Using the default dayjs exports lets SvelteKit/vite optimize the packages.