Next.js/공식문서 파헤치기
Next ENV
kelvin1227
2024. 5. 10. 12:04
https://nextjs.org/docs/app/building-your-application/configuring/environment-variables
Configuring: Environment Variables | Next.js
Learn to add and access environment variables in your Next.js application.
nextjs.org
로컬에서 다음과 같이 설정이 가능
이런식으로 . env 파일 내부에 값들을 저장해두면 process.env로 데이터를 가져올수가 있게된다