Skip to content

Commit 31e8a32

Browse files
committed
Add auto-scaling and name to now configs
1 parent 48384ab commit 31e8a32

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

now.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"name": "operation-code-new",
23
"public": true,
34
"type": "static",
45
"static": {

now.master.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"name": "operation-code-new",
23
"alias": "new-operation-code",
34
"build": {
45
"env": {
@@ -7,5 +8,11 @@
78
}
89
},
910
"files": [".next", "static", "package.json", "yarn.lock"],
11+
"scale": {
12+
"all": {
13+
"min": 1,
14+
"max": "auto"
15+
}
16+
},
1017
"public": true
1118
}

0 commit comments

Comments
 (0)