FYI: mac's synthetic.conf is incompatible with nuxt3 and hot reloading (HMR)
On a mac you can only write to /System/Volumes/Data. So if you want your app installed into a normal (or abnormal) *nix location, you would use something called synthetic.conf, which allows you to mount a subfolder of /System/Volumes/Data at root. However, if you do that Nuxt3's hot reloading features are entirely disabled.
You can get /pages to sort of reload by enabling polling, but there's nothing you can do (that I've found) to get /server/api to hot reload.
Just thought I'd save someone in the future from spending a day on this like I did.
0 Replies