Run OpenGraph server on dev port 3001

This commit is contained in:
Austin Chen 2022-01-10 01:03:54 -05:00
parent ed37d93868
commit 69ea4fff18

View File

@ -2,7 +2,7 @@
"private": true, "private": true,
"scripts": { "scripts": {
"build": "tsc -p api/tsconfig.json && tsc -p web/tsconfig.json", "build": "tsc -p api/tsconfig.json && tsc -p web/tsconfig.json",
"start": "cd .. && vercel dev" "start": "cd .. && vercel dev --listen 3001"
}, },
"dependencies": { "dependencies": {
"chrome-aws-lambda": "7.0.0", "chrome-aws-lambda": "7.0.0",