update to turftracking
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "turftracker-backend",
|
||||
"name": "turftracking-backend",
|
||||
"version": "1.0.0",
|
||||
"description": "Backend API for TurfTracker lawn care management application",
|
||||
"description": "Backend API for TurfTracking lawn care management application",
|
||||
"main": "src/app.js",
|
||||
"scripts": {
|
||||
"start": "node src/app.js",
|
||||
@@ -38,6 +38,6 @@
|
||||
"fertilizer",
|
||||
"turf management"
|
||||
],
|
||||
"author": "TurfTracker Team",
|
||||
"author": "TurfTracking Team",
|
||||
"license": "MIT"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -136,7 +136,7 @@ process.on('SIGINT', () => {
|
||||
});
|
||||
|
||||
app.listen(PORT, '0.0.0.0', () => {
|
||||
console.log(`TurfTracker API server running on port ${PORT}`);
|
||||
console.log(`TurfTracking API server running on port ${PORT}`);
|
||||
console.log(`Environment: ${process.env.NODE_ENV || 'development'}`);
|
||||
});
|
||||
// Disable etags and set no-store by default to avoid stale cached API responses
|
||||
|
||||
Reference in New Issue
Block a user