Tauri JSON5 - supported (but disabled) format encountered . json5 - try enabling 'config-json5'
I have converted my tauri conf file from .json to .json5 which is supposed to be supported. However, i get the following error when trying to run dev
supported (but disabled) format encountered . json5 - try enabling 'config-json5'
How can i fix this?