SyntaxError: Cannot use import statement outside a module. t3 env
Hello, I am having an error while following the t3 env stack's documentation.
4 Replies
rename
next.config.js
to next.config.mjs
if it has module.exports =
, replace it with export default
Thank you
Now i am getting this error
nvm working now i had forgot update the server env types. Thank you!