Actions
ClientProject #2801
openClientProject #2769: [DEVOPS]: Configuring the application for staging environment
[Devops] Env variables check on the build time
Description
- .env.example file contains all the necessary variables
- env.ts file runs on startup and checks if all the variables are there in the .env file
- modified the next.config.ts file to next.config.js file as recommended in the [[https://env.t3.gg/docs/nextjs]]
- added another package [[https://www.npmjs.com/package/jiti]] that provides runtime support for TypeScript and ES Modules (ESM) in Node.js
Actions