Skip to content

Commit ab3c7cb

Browse files
docs: Update comment in .env, as schema.mjs no longer exist (#1213)
* Update comment in .env, as schema.mjs no longer exist * Create proud-papayas-hammer.md --------- Co-authored-by: Julius Marminge <[email protected]>
1 parent 5d97d59 commit ab3c7cb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Diff for: .changeset/proud-papayas-hammer.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-t3-app": patch
3+
---
4+
5+
fix: update comment regarding schema definition of env vars

Diff for: cli/src/installers/envVars.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export const envVariablesInstaller: Installer = ({ projectDir, packages }) => {
3737

3838
const getEnvContent = (usingAuth: boolean, usingPrisma: boolean) => {
3939
let content = `
40-
# When adding additional environment variables, the schema in "/env/schema.mjs"
40+
# When adding additional environment variables, the schema in "/src/env.mjs"
4141
# should be updated accordingly.
4242
`
4343
.trim()

0 commit comments

Comments
 (0)