오늘 할일
1.윈스턴 써서 로깅 하기 완료
2.docker 파일로 타입스크립트 이미지 파일 실행 어떻게 하는지 알아보기
TS-> JS 로 변환 배포
1.
typeconfig
{
"compilerOptions": {
"strict": true,
"target": "ES6",
"lib": ["ES2020", "ES6"],
"moduleResolution": "node",
"typeRoots": ["./types"],
"module": "commonjs",
"outDir": "dist",
"sourceMap": true
}
}
3.disit 폴더 에 env .env 넣기
4.dist 폴더 안에서 npm i && pm2 start app.js 실행