update to turftracking

This commit is contained in:
Jake Kasper
2025-09-05 15:05:32 -04:00
parent a3112efee0
commit 8416a9daf7
7 changed files with 25 additions and 25 deletions

View File

@@ -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"
}
}

View File

@@ -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