- Added @t3-oss/env-nextjs for improved environment variable management. - Updated zod to version 4.1.12 for enhanced validation capabilities. - Upgraded jiti to version 2.6.1 for better module loading. - Refactored environment variable imports from env.mjs to env.ts. - Removed deprecated env.mjs file and replaced it with a new env.ts file using @t3-oss/env-nextjs. - Adjusted various components and API routes to utilize the new environment variable structure. - Updated next.config.js to support the new environment variable management. - Modified Docker configuration to align with new BASE_URL handling.
27 lines
No EOL
502 B
Text
27 lines
No EOL
502 B
Text
.env
|
|
.env.marcopedone
|
|
.env.infoalloggi
|
|
build_logs.txt
|
|
|
|
infoalloggi_old/
|
|
|
|
apps/db/.git.bkp
|
|
apps/db/.env
|
|
apps/db/.gitignore
|
|
|
|
|
|
|
|
apps/infoalloggi/.git.bkp
|
|
apps/infoalloggi/.gitignore
|
|
apps/infoalloggi/node_modules
|
|
apps/infoalloggi/.next/
|
|
apps/infoalloggi/out/
|
|
apps/infoalloggi/next-env.d.ts
|
|
apps/infoalloggi/build
|
|
apps/infoalloggi/.DS_Store
|
|
apps/infoalloggi/*.pem
|
|
apps/infoalloggi/npm-debug.log*
|
|
apps/infoalloggi/.env
|
|
apps/infoalloggi/.env*.local
|
|
apps/infoalloggi/*.tsbuildinfo
|
|
apps/infoalloggi/certificates |