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
Update yarn build to something like cd frontend && npm run build && cd .. && rm -rf public && mkdir -p public && mv frontend/build/* public && mv public/index.html public/frontend.html
Add docs describing the monorepo setup
Add links to that doc from app/assets and app/javascript
The text was updated successfully, but these errors were encountered:
yarn build
to something likecd frontend && npm run build && cd .. && rm -rf public && mkdir -p public && mv frontend/build/* public && mv public/index.html public/frontend.html
app/assets
andapp/javascript
The text was updated successfully, but these errors were encountered: