ioBroker / dev-server

MIT License
14 stars 8 forks source link

json5 config file not considered when creating browser-sync proxies #471

Closed stevenengland closed 6 months ago

stevenengland commented 7 months ago

When starting a dev-server instance then there is a lookup of the json config file: https://github.com/ioBroker/dev-server/blob/259a1ccfb9b75f4403a58e6feb47f1353845f195/src/index.ts#L647

If jsonConfig.json is not found it is automatically assumed that is must be a HTML config. This is not true if you use json5 config file.