Skip to content

Commit 9be8a63

Browse files
authored
Merge pull request #1 from jippy89/testing-ci-script
style: add console log
2 parents 459303b + a5eff4d commit 9be8a63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

auth/src/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { app } from './app'
33

44
const start = async () => {
55
const PORT = 3000
6+
console.log('Starting up...')
67
if (!process.env.JWT_KEY) {
78
throw new Error('`process.env.JWT_KEY variable is not set')
89
}

0 commit comments

Comments
 (0)