TS config compilerOptions
Hi all
I'm facing an error while migrating my Vue 3 SSR project to Nuxt 3
ERROR: Top-level await is not available in the configured target environment
My ts config file
Am I missing something?
Thanks2 Replies
Found the issue
It has to be set on vite settings at nuxt config 😅
Hey sorry what is your config exactly? I tried putting it on vite settings and I still get the error