Describe the problem
You can't use code in lib/db to setup your e2e tests if it uses $env because Vite doesn't run in the Playwright context
Describe the proposed solution
Replace virtual modules with generated modules
Alternatives considered
No response
Importance
would make my life easier
Additional Information
No response
Describe the problem
You can't use code in
lib/dbto setup your e2e tests if it uses$envbecause Vite doesn't run in the Playwright contextDescribe the proposed solution
Replace virtual modules with generated modules
Alternatives considered
No response
Importance
would make my life easier
Additional Information
No response