Skip to content

Commit 1338553

Browse files
committed
fix: add next steps
1 parent 46d939e commit 1338553

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"nextSteps": {
3+
"messages": [
4+
{
5+
"text": "deploy your %s app by running %s",
6+
"variables": [
7+
"API",
8+
"yarn webiny deploy api --env dev"
9+
]
10+
},
11+
{
12+
"text": "run %s to start %s app locally",
13+
"variables": [
14+
"yarn webiny watch admin --env dev",
15+
"Admin"
16+
]
17+
}
18+
]
19+
}
20+
}

0 commit comments

Comments
 (0)