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
# run application
npm run dev
# or
npm run start
# build for test env
npm run build:test
# build from production env
npm run build:prod
# fix the eslint errors
npm run lint:fix