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
# build with development mode
npm run build:dev
# build with production mode
npm run build:prod
# build the static assets
npm run build:dll
# server to verify assets cache
npm run test-server