Skip to content

Commit ab27a00

Browse files
committed
add development.proxy.command example to micro
1 parent 2e94065 commit ab27a00

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

oss/node-micro/up.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,12 @@
88
},
99
"lambda": {
1010
"memory": 1024
11+
},
12+
"stages": {
13+
"development": {
14+
"proxy": {
15+
"command": "micro --host localhost --port $PORT"
16+
}
17+
}
1118
}
1219
}

0 commit comments

Comments
 (0)