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
PROJECT_NAME=$PROJECT_NAME
bun create blank $PROJECT_NAMEcd$PROJECT_NAME# if monorepo, `rm -rf .git`
gibo dump Node > .gitignore
bun src/index.js # .ts is also executable!