1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-21 19:21:18 -04:00

adjust /api/projects to allow custom number of results (max 24)

This commit is contained in:
2021-10-09 08:50:04 -04:00
parent f3d18eefc3
commit fafb4ab4a7
7 changed files with 54 additions and 47 deletions

View File

@@ -232,7 +232,7 @@ export default {
watch: true,
},
host: "0.0.0.0", // weird docker bind behavior
port: process.env.PORT ?? 1337,
port: process.env.PORT || 1337,
compress: true,
liveReload: true,
setupExitSignals: false, // prevent dangling server when started via gulp