We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 459303b + a5eff4d commit 9be8a63Copy full SHA for 9be8a63
auth/src/index.ts
@@ -3,6 +3,7 @@ import { app } from './app'
3
4
const start = async () => {
5
const PORT = 3000
6
+ console.log('Starting up...')
7
if (!process.env.JWT_KEY) {
8
throw new Error('`process.env.JWT_KEY variable is not set')
9
}
0 commit comments