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
# Start dev server.
bun run dev
# Build site for production.
bun run build
# Serve production build.
bun run start
# Analyze bundlesize.
bun run analyze
# Lint JS.
bun run lint
# Generate sketch previews
bun run generate:meta