Skip to content

Commit 9e8166f

Browse files
committed
refactor: remove duplicate file
1 parent ef18790 commit 9e8166f

File tree

3 files changed

+2
-13
lines changed

3 files changed

+2
-13
lines changed

client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"prebuild": "rimraf .next",
66
"build": "next build",
77
"postbuild": "next-sitemap",
8-
"dev": "node dev-server.js",
9-
"start": "cross-env NODE_ENV=production node prod-server.js",
8+
"dev": "node server.js",
9+
"start": "cross-env NODE_ENV=production node server.js",
1010
"pm2": "pm2 start npm --name @fecommunity/reactpress-client -- start"
1111
},
1212
"dependencies": {

client/prod-server.js

Lines changed: 0 additions & 11 deletions
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)