openmhz / trunk-server

Listen to Trunk Record and explore archived calls. This is the software behind OpenMHz
https://openmhz.com
115 stars 33 forks source link

fix build issues in production mode #134

Closed galenguyer closed 1 year ago

galenguyer commented 1 year ago

devDependencies aren't installed in production mode so a lot of dependencies were missed, also the git:// protocol is deprecated on github so the backend build was failing

robotastic commented 1 year ago

Great catches!! Thanks