T3env: Module not found: Can't resolve '@/env.mjs'
Hi, I am trying to use T3env for the first time but i keep getting this error in build
Module not found: Can't resolve '@/env.mjs'
. My env.mjs is in my src folder.
here is my env.mjs file:
Very confused, since ive followed the documentation exactly aside from including import "./src/env.mjs";
in my next.config.js since I can't use imports outside of a module0 Replies