Skip to content

Commit 58ae38d

Browse files
committed
added auth-svc endpoint to be able to run in dev-prod
1 parent 738129e commit 58ae38d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"scripts": {
88
"dev": "NEXT_PUBLIC_ESTUARY_API=${ESTUARY_API:-http://localhost:3004} next dev -p 4444",
99
"dev-docker": "NEXT_PUBLIC_ESTUARY_API=${ESTUARY_API:-http://localhost:3004} next dev -p 4444",
10-
"dev-production": "NEXT_PUBLIC_ESTUARY_API=${ESTUARY_API:-https://api.estuary.tech} NEXT_PUBLIC_ESTUARY_METRICS_API=https://metrics-api.estuary.tech next dev -p 4444",
10+
"dev-production": "NEXT_PUBLIC_ESTUARY_API=${ESTUARY_API:-https://api.estuary.tech} NEXT_PUBLIC_ESTUARY_METRICS_API=https://metrics-api.estuary.tech NEXT_PUBLIC_ESTUARY_AUTH_API=https://auth-svc.onrender.com next dev -p 4444",
1111
"build": "next build",
1212
"check-types": "tsc --noemit",
1313
"start": "NODE_ENV=production next start",

0 commit comments

Comments
 (0)