fix(gtm): Ultimate prompt syntax robustness, add versions to logs, update migration docs
This commit is contained in:
@@ -73,8 +73,10 @@ app.get('*', (req, res) => {
|
||||
});
|
||||
|
||||
|
||||
const VERSION = "1.1.1_Fix"; // Add a version for debugging
|
||||
|
||||
const server = app.listen(port, () => {
|
||||
console.log(`GTM Architect server listening at http://localhost:${port} (Timeout: 600s)`);
|
||||
console.log(`GTM Architect server listening at http://localhost:${port} (Version: ${VERSION})`);
|
||||
});
|
||||
|
||||
// Prevent 502 Bad Gateway by increasing Node.js server timeouts to match Nginx
|
||||
|
||||
Reference in New Issue
Block a user