Skip to content

Commit c87bca3

Browse files
committed
Fix config
1 parent 230f863 commit c87bca3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

configs/staging-config.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
{
22
"hosts": {
3-
"L0": "s.0.acx.ac"
43
"L122": "s.122.acx.ac"
54
},
65
"ports": {
7-
"L0": "443"
6+
"L122": "443"
87
},
98
"protocol": "https"
109
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"scripts": {
4343
"start": "node build/src/app.js",
44-
"build": "tsc",
44+
"build": "tsc; cp configs/* build/configs",
4545
"pretest": "npm run build",
4646
"test": "jest build/",
4747
"dev": "nodemon --exec \"npm test && npm start\" --ignore \"build\"",

0 commit comments

Comments
 (0)