Vercel deploy 11809151032406553993#23
Open
v54087912-collab wants to merge 4 commits intoyuhonas:mainfrom
Open
Conversation
… env vars - Created netlify.toml for production-ready deployment with custom build command and SPA redirects. - Configured Vite (site/vite.config.js) to chunk exercises.json and node_modules separately to optimize build size. - Added .nvmrc and NODE_VERSION to enforce Node 18 for compatibility. - Added site/.env.example for required environment variables setup. Co-authored-by: v54087912-collab <235632012+v54087912-collab@users.noreply.github.com>
…314188328237968168 chore: configure Netlify deployment and optimize Vite build
- Created `vercel.json` with correct build command to generate required JSON data before building the Vite app. - Configured output directory and SPA route rewriting. - Added `.env.example` with required environment variables. - Fixed ESLint issue by removing an unused variable in `SearchBar.vue`. - Cleaned up and resolved `TODO` and `FIXME` comments. - Verified unit tests and production build. Co-authored-by: v54087912-collab <235632012+v54087912-collab@users.noreply.github.com>
- Removed jq and make dependency from the Vercel build process. - Implemented `site/scripts/build-data.js` to natively combine JSON files using Node.js. - Updated `vercel.json` build command to safely rely on Node instead of external tools. - Updated `site/package.json` to automatically build data before Vite builds. - Verified unit tests and local production builds pass. Co-authored-by: v54087912-collab <235632012+v54087912-collab@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.