invalid env variable error with drizzle and neondb
So Im using nextjs + drizzle + neon db
Ive setup a script to print my databse
i get this error:
`
here is my env.js:
https://gist.github.com/navincodesalot/e91d0cd5ffca574fe1a593ac48ae5311
Here is my server/index.ts:
https://gist.github.com/navincodesalot/bfda54ac39a0c5cdf88867fa3ad22eb5
Is there a reason I can't use process.env in my index.ts?
am I using it correctly
Ive setup a script to print my databse
i get this error:
`
here is my env.js:
https://gist.github.com/navincodesalot/e91d0cd5ffca574fe1a593ac48ae5311
Here is my server/index.ts:
https://gist.github.com/navincodesalot/bfda54ac39a0c5cdf88867fa3ad22eb5
Is there a reason I can't use process.env in my index.ts?
am I using it correctly

