This commit is contained in:
Chris Wanstrath 2025-07-21 13:48:44 -07:00
parent 9b790366ab
commit 24db9dab50

View File

@ -399,7 +399,7 @@ app.delete('/:id/delete/:filename', async c => {
})
export default {
port: 3000,
port: process.env.PORT || 3000,
fetch: app.fetch,
maxRequestBodySize: 1024 * 1024 * 1024, // 1GB
}