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:
@@ -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
|
||||
|
Reference in New Issue
Block a user