locale upgrade
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user