Commit 869ead28 authored by Grant's avatar Grant
Browse files

Merge branch 'do-not-use-env' into 'main'

Do not use packages/server/.env

See merge request !85
parents b76408bd aa6e6e37
Loading
Loading
Loading
Loading
Loading

packages/server/.env

0 → 100644
+7 −0
Original line number Diff line number Diff line
# DO NOT USE
#
# @prisma/client for some reason will load .env whenever it's imported
# which makes tests impossible to do while this file exists
# every environment variable used in development should be placed in .env.local
#
# https://github.com/prisma/prisma/issues/15620
 No newline at end of file
+3 −2
Original line number Diff line number Diff line
node_modules
# Keep environment variables out of version control
.env
# .env is not actually used
# this file is included as a warning
-.env