gis-ops / valhalla-app

This is the demo web app running on https://valhalla.openstreetmap.de
https://valhalla.openstreetmap.de
MIT License
154 stars 87 forks source link

migrate to vite #203

Open toyesebalogun opened 7 months ago

toyesebalogun commented 7 months ago

Please Note:

  1. Vite build runs successfully
  2. When served on localhost theres an error (Uncaught ReferenceError: process is not defined). Hopefully shouldn't be a problem to resolve.
  3. css imports in index.css were not found by vite during build so I commented them out.
  4. For some reason, everything i tried to resolve the imports didn't work so i had to specify the actual paths to the imported files.

With points 2 (and if relevant, point 3) resolved the app should be ready for deployment.

It was nice working with you and Nils. Wish you all the best!