Skip to content

Commit b1b6440

Browse files
committed
postbuild
1 parent d670c41 commit b1b6440

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

frontend/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// This is client side config only - don't put anything in here that shouldn't be public!
22
export const endpoint = `http://localhost:4444`;
3-
export const prodEndpoint = `https://sick-ckw-prod.herokuapp.com/`;
3+
export const prodEndpoint = `https://sickfits-yoga-ckw.herokuapp.com/`;
44
export const perPage = 4;

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"dev": "next -p 7777",
88
"build": "next build",
9-
"start": "next start",
9+
"start": "next start -p $PORT",
1010
"test": "NODE_ENV=test jest --watch",
1111
"test-win": "SET NODE_ENV=test&& jest --watch",
1212
"heroku-postbuild": "next build"

0 commit comments

Comments
 (0)