File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
14
14
## Commands
15
15
<!-- commands -->
16
- - [ ` aio app dev ` ] ( #aio-app-dev )
16
+ * [ ` aio app dev ` ] ( #aio-app-dev )
17
17
18
18
## ` aio app dev `
19
19
20
20
Run your App Builder app locally
21
21
22
- ``` sh
22
+ ```
23
23
USAGE
24
24
$ aio app dev [-v] [--version] [-o] [-e <value>]
25
25
@@ -33,7 +33,7 @@ DESCRIPTION
33
33
Run your App Builder app locally
34
34
```
35
35
36
- _See code: [src/commands/app/dev/index.js](https://github.com/adobe/aio-cli-plugin-app-dev/blob/1.1.2 /src/commands/app/dev/index.js)_
36
+ _ See code: [ src/commands/app/dev/index.js] ( https://github.com/adobe/aio-cli-plugin-app-dev/blob/2.0.0 /src/commands/app/dev/index.js ) _
37
37
<!-- commandsstop -->
38
38
39
39
## Overriding the hostname and port
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @adobe/aio-cli-plugin-app-dev" ,
3
3
"description" : " run a localhost dev server to serve actions locally" ,
4
- "version" : " 1.1.2 " ,
4
+ "version" : " 2.0.0 " ,
5
5
"repository" : " adobe/aio-cli-plugin-app-dev" ,
6
6
"homepage" : " https://github.com/adobe/aio-cli-plugin-app-dev" ,
7
7
"bugs" : " https://github.com/adobe/aio-cli-plugin-app-dev/issues" ,
You can’t perform that action at this time.
0 commit comments