MrLowLevel
TTCTheo's Typesafe Cult
•Created by MrLowLevel on 6/28/2023 in #questions
`env.mjs` as opposed to `env.cjs` or `env.js`
yah indeed testing that now
11 replies
TTCTheo's Typesafe Cult
•Created by MrLowLevel on 6/28/2023 in #questions
`env.mjs` as opposed to `env.cjs` or `env.js`
ok yeah then next gets mad
11 replies
TTCTheo's Typesafe Cult
•Created by MrLowLevel on 6/28/2023 in #questions
`env.mjs` as opposed to `env.cjs` or `env.js`
let me see if anything breaks if I just convert
env.mjs
to env.js
in all the places11 replies
TTCTheo's Typesafe Cult
•Created by MrLowLevel on 6/28/2023 in #questions
`env.mjs` as opposed to `env.cjs` or `env.js`
yeah our t3
init
version is 7.5.1
11 replies
TTCTheo's Typesafe Cult
•Created by MrLowLevel on 6/28/2023 in #questions
`env.mjs` as opposed to `env.cjs` or `env.js`
I think the reason
ts
doesn't work is because of this line in next.config.mjs
11 replies
TTCTheo's Typesafe Cult
•Created by ahkhanjani on 6/24/2023 in #questions
Prisma client extensions in T3 app
We solved this like so:
And then use this
PrismaClient
type definition in the globals instead of the prisma-exported one
20 replies