TypeScript에서 dotenv 사용 하기
2022. 1. 25. 16:44ㆍTypeScript
TypeScript(es6문법)를 Javascript(es6)와 비슷한 위치에 사용을 하려고 하니 .env 파일이 적용이 되지않았다.
그래서 찾아보니 es6에서는 위치를 다르게 선언해야되는걸 찾았다.
해결 방법
express선언 전에 dotenv를 선언해야 .env파일이 적용이된다.
출처 : https://github.com/motdotla/dotenv#how-do-i-use-dotenv-with-import
728x90
반응형
'TypeScript' 카테고리의 다른 글
TypeScript - TS 인터페이스(2) 사용방법 (0) | 2022.02.14 |
---|---|
TypeScript - 배열 타입 설정 (0) | 2022.02.09 |
TypeScript node_modules 안에 있는 *.d.ts 파일 에러 (0) | 2022.01.25 |
TypeScript Async Await @typescript-eslint/no-misused-promises 에러 해결 (0) | 2022.01.25 |
express -generator에서 TS변환 시 /bin/www 컴파일 안되는 현상 (0) | 2022.01.15 |