We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 230f863 commit c87bca3Copy full SHA for c87bca3
configs/staging-config.json
@@ -1,10 +1,9 @@
1
{
2
"hosts": {
3
- "L0": "s.0.acx.ac"
4
"L122": "s.122.acx.ac"
5
},
6
"ports": {
7
- "L0": "443"
+ "L122": "443"
8
9
"protocol": "https"
10
}
package.json
@@ -41,7 +41,7 @@
41
42
"scripts": {
43
"start": "node build/src/app.js",
44
- "build": "tsc",
+ "build": "tsc; cp configs/* build/configs",
45
"pretest": "npm run build",
46
"test": "jest build/",
47
"dev": "nodemon --exec \"npm test && npm start\" --ignore \"build\"",
0 commit comments