Chore: add pino pretty transport (#58)
* add pino pretty transport * add NODE_ENV to .env file for type generation
This commit is contained in:
parent
d783f87d4a
commit
43cc1b017c
2 changed files with 15 additions and 2 deletions
4
.env
4
.env
|
|
@ -1,3 +1,5 @@
|
|||
NODE_ENV=
|
||||
|
||||
# TWILIO
|
||||
TWILIO_ACCOUNT_SID=
|
||||
TWILIO_AUTH_TOKEN=
|
||||
|
|
@ -8,4 +10,4 @@ DATABASE_URL="postgres://hestia:test123@localhost:5432/hestia"
|
|||
|
||||
# CLERK
|
||||
PUBLIC_CLERK_PUBLISHABLE_KEY=secret_do_not_commit_or_change_this_create_.env.local_instead
|
||||
CLERK_SECRET_KEY=secret_do_not_commit_or_change_this_create_.env.local_instead
|
||||
CLERK_SECRET_KEY=secret_do_not_commit_or_change_this_create_.env.local_instead
|
||||
Loading…
Add table
Add a link
Reference in a new issue