Skip to content

Commit c4c002b

Browse files
author
github-actions[bot]
committed
chore(cli): updating docs
1 parent e2a838c commit c4c002b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

cli/build-config.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"outDir": {
1212
"type": "string",
1313
"description": "the directory where to put the built files"
14-
},
14+
}
1515
},
1616
"required": ["entryFile", "outDir"]
1717
}

cli/client-config.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"build": {
1515
"$ref": "https://nanoforge-dev.github.io/docs/cli/build-config.schema.json"
16-
},
16+
},
1717
"runtime": {
1818
"$ref": "https://nanoforge-dev.github.io/docs/cli/run-config.schema.json"
1919
}

cli/config.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"client": {
1818
"$ref": "https://nanoforge-dev.github.io/docs/cli/client-config.schema.json"
19-
},
19+
},
2020
"server": {
2121
"$ref": "https://nanoforge-dev.github.io/docs/cli/server-config.schema.json"
2222
}

cli/run-config.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dir": {
88
"type": "string",
99
"description": "the directory to use"
10-
},
10+
}
1111
},
1212
"required": ["dir"]
1313
}

cli/server-config.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"build": {
1515
"$ref": "https://nanoforge-dev.github.io/docs/cli/build-config.schema.json"
16-
},
16+
},
1717
"runtime": {
1818
"$ref": "https://nanoforge-dev.github.io/docs/cli/run-config.schema.json"
1919
}

0 commit comments

Comments
 (0)