feathersjs / feathers-chat

A Feathers real-time chat application
https://feathersjs.com
MIT License
506 stars 249 forks source link

fix: bundle:client had an out dated public asset path #250

Closed FossPrime closed 1 year ago

FossPrime commented 1 year ago

This seems like a bit of old code. The react server really needs this.

This fixes an issue where running bundle:client results in an error claiming public does not exist.

This feathers server uses ../public not ./public