File tree Expand file tree Collapse file tree 1 file changed +32
-28
lines changed
page-builder/custom-page-elements Expand file tree Collapse file tree 1 file changed +32
-28
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "additionalNotes" : [
3
- {
4
- "text" : " run %s to start Admin app locally" ,
5
- "variables" : [
6
- " yarn webiny watch admin --env dev"
7
- ]
8
- },
9
- {
10
- "text" : " run %s to start Website app locally" ,
11
- "variables" : [
12
- " yarn webiny watch website --env dev"
13
- ]
14
- }
15
- ],
16
- "nextSteps" : [
17
- {
18
- "text" : " NS run %s to start Admin app locally" ,
19
- "variables" : [
20
- " yarn webiny watch admin --env dev"
21
- ]
22
- },
23
- {
24
- "text" : " NS run %s to start Website app locally" ,
25
- "variables" : [
26
- " yarn webiny watch website --env dev"
27
- ]
28
- }
29
- ]
2
+ "additionalNotes" : {
3
+ "messages" : [
4
+ {
5
+ "text" : " run %s to start Admin app locally" ,
6
+ "variables" : [
7
+ " yarn webiny watch admin --env dev"
8
+ ]
9
+ },
10
+ {
11
+ "text" : " run %s to start Website app locally" ,
12
+ "variables" : [
13
+ " yarn webiny watch website --env dev"
14
+ ]
15
+ }
16
+ ]
17
+ },
18
+ "nextSteps" : {
19
+ "messages" : [
20
+ {
21
+ "text" : " NS run %s to start Admin app locally" ,
22
+ "variables" : [
23
+ " yarn webiny watch admin --env dev"
24
+ ]
25
+ },
26
+ {
27
+ "text" : " NS run %s to start Website app locally" ,
28
+ "variables" : [
29
+ " yarn webiny watch website --env dev"
30
+ ]
31
+ }
32
+ ]
33
+ }
30
34
}
You can’t perform that action at this time.
0 commit comments