We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d670c41 commit b1b6440Copy full SHA for b1b6440
2 files changed
frontend/config.js
@@ -1,4 +1,4 @@
1
// This is client side config only - don't put anything in here that shouldn't be public!
2
export const endpoint = `http://localhost:4444`;
3
-export const prodEndpoint = `https://sick-ckw-prod.herokuapp.com/`;
+export const prodEndpoint = `https://sickfits-yoga-ckw.herokuapp.com/`;
4
export const perPage = 4;
frontend/package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"dev": "next -p 7777",
8
"build": "next build",
9
- "start": "next start",
+ "start": "next start -p $PORT",
10
"test": "NODE_ENV=test jest --watch",
11
"test-win": "SET NODE_ENV=test&& jest --watch",
12
"heroku-postbuild": "next build"
0 commit comments