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
Need to change the build:ui script in all branches from : "build:ui": "rm -rf build && cd ../frontend/ && npm run build && cp -r build ../backend"
into : "build:ui": "rm -rf dist && cd ../frontend/ && npm run build && cp -r dist ../backend",
The text was updated successfully, but these errors were encountered:
Vite build in a directory named "dist"
Need to change the build:ui script in all branches from :
"build:ui": "rm -rf build && cd ../frontend/ && npm run build && cp -r build ../backend"
into :
"build:ui": "rm -rf dist && cd ../frontend/ && npm run build && cp -r dist ../backend",
The text was updated successfully, but these errors were encountered: