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
bun run dev # start dev server
bun run build # production build
bun run start # start production server
bun run lint # run ESLint
bun install # install dependencies
# For a clean rebuild:
rm -rf .next && bun run build