how to use serveSinglePageApp
i am deploying a vue spa application to cloudflare pages, and i get a blank page when i reload, i figured that serveSinglePageApp will fix the issue but i don't know how to use it
when i try importing '@cloudflare/kv-asset-handler' i get the following error
Cannot find module '@cloudflare/kv-asset-handler'. Did you mean to set the 'moduleResolution' option to 'node', or to add aliases to the 'paths' option?ts(2792)
0 Replies