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
"exec": "rm -rf node_modules dist && bun install && bun fix && bun run build && bun link && cd example && docker compose up -d && rm -rf prisma/migrations node_modules && rm -f prisma/sqlite.db && bun install && bunx prisma generate && bunx prisma migrate dev --name init && bun index.ts"