locale upgrade

This commit is contained in:
2026-01-22 20:56:35 +01:00
parent 377631ee50
commit 37a1bc4e18
28 changed files with 2117 additions and 71 deletions

View File

@@ -64,6 +64,8 @@ exec('docker-compose --version', (error) => {
"postgresql://portfolio_user:portfolio_dev_pass@localhost:5432/portfolio_dev?schema=public",
REDIS_URL: "redis://localhost:6379",
NODE_ENV: "development",
// Suppress Node.js deprecation warnings (they're from dependencies)
NODE_NO_WARNINGS: "1",
};
// Ensure DB schema exists before starting Next dev server.