sfbrigade / bats-server

Routed is an app to help ambulances direct non-critical patients to hospital emergency rooms with the most availability.
https://routedapp.org/
GNU Affero General Public License v3.0
18 stars 11 forks source link

Replace webpack and CRA with vite #281

Closed fwextensions closed 10 months ago

fwextensions commented 1 year ago

Wrestled vite into submission.

fwextensions commented 1 year ago

@francisli this branch seems to be fully working now, if you want to take a look.

Do you know where the path to /client/build is specified for the server? The default build folder for Vite is dist, and the server wasn't finding that during CI/CD.

francisli commented 10 months ago

Closing in favor of #315