Skip to content

Commit

Permalink
fix: add next steps
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j committed Jan 15, 2025
1 parent 46d939e commit 1338553
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions headless-cms/smart-seo-open-ai/5.41.x/extension.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"nextSteps": {
"messages": [
{
"text": "deploy your %s app by running %s",
"variables": [
"API",
"yarn webiny deploy api --env dev"
]
},
{
"text": "run %s to start %s app locally",
"variables": [
"yarn webiny watch admin --env dev",
"Admin"
]
}
]
}
}

0 comments on commit 1338553

Please sign in to comment.