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
"clean": "node -e \"try{require('fs').rmSync('.next',{recursive:true,force:true,maxRetries:3,retryDelay:200})}catch(e){console.error('Stop dev server first, then: pnpm run clean');process.exit(1)}\"",
"dev": "next dev -p 13119",
"dev:clean": "pnpm run clean && pnpm run strip-bom && pnpm run dev",