Skip to content

Conversation

@binh-dam-ibigroup
Copy link
Contributor

@binh-dam-ibigroup binh-dam-ibigroup commented Oct 17, 2025

Checklist

  • Appropriate branch selected (all PRs must first be merged to dev before they can be merged to master)
  • Any modified or new methods or classes have helpful JSDoc and code is thoroughly commented
  • The description lists all applicable issues this PR seeks to resolve
  • The description lists any configuration setting(s) that differ from the default settings
  • All tests and CI builds passing

Description

This PR replaces mastarm with Vite as the build system (for dev and production). Other parts involving mastarm remain unchanged.

⚠️ Changes to your own build/deployment scripts are probably required if you previously used mastarm build or mastarm deploy ⚠️.

Useful commands:

  • Dev mode: env YAML_CONFIG=<path-to-frontend>/env.yml yarn start
  • Production build: env YAML_CONFIG=<path-to-frontend>/env.yml yarn build

if (graphHopperResponseFile) {
nock('https://graphhopper.com')
// Turn on log in order to view nock request URLs.
.log(console.log)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nock.log no longer exists in recent node versions.

"mastarm": "^5.3.1",
"md5-file": "^4.0.0",
"nock": "^9.0.14",
"nock": "^13.5.6",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nock 14+ require adding other mocks that are currently missing. Lmk is that's worth it in this PR.

@binh-dam-ibigroup
Copy link
Contributor Author

Build passes!! 🎉🎉🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants