Commit aa6e6e37 authored by Grant's avatar Grant
Browse files

Do not use packages/server/.env

parent b76408bd
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