fix next timeout typo

This commit is contained in:
keyan 2023-08-02 12:13:40 -05:00
parent 1e97726a66
commit 599d3c41f0
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
"dev": "NODE_OPTIONS='--trace-warnings' next dev",
"build": "next build",
"migrate": "prisma migrate deploy",
"start": "NODE_OPTIONS='--trace-warnings' next start -p $PORT --keepAliveTimeout 120"
"start": "NODE_OPTIONS='--trace-warnings' next start -p $PORT --keepAliveTimeout 120000"
},
"dependencies": {
"@apollo/client": "^3.7.17",