File tree Expand file tree Collapse file tree 5 files changed +6
-7
lines changed
Expand file tree Collapse file tree 5 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 22node_modules /
33
44# Build output
5- dist /*
6- ! dist /oh-my-opencode.schema.json
5+ dist /
76
87# IDE
98.idea /
Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ Schema 자동 완성이 지원됩니다:
202202
203203``` json
204204{
205- "$schema" : " https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/dist /oh-my-opencode.schema.json"
205+ "$schema" : " https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets /oh-my-opencode.schema.json"
206206}
207207```
208208
Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ Schema autocomplete is supported:
201201
202202``` json
203203{
204- "$schema" : " https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/dist /oh-my-opencode.schema.json"
204+ "$schema" : " https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets /oh-my-opencode.schema.json"
205205}
206206```
207207
Original file line number Diff line number Diff line change 11{
22 "$schema" : " http://json-schema.org/draft-07/schema#" ,
3- "$id" : " https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/dist /oh-my-opencode.schema.json" ,
3+ "$id" : " https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets /oh-my-opencode.schema.json" ,
44 "title" : " Oh My OpenCode Configuration" ,
55 "description" : " Configuration schema for oh-my-opencode plugin" ,
66 "type" : " object" ,
Original file line number Diff line number Diff line change 22import * as z from "zod"
33import { OhMyOpenCodeConfigSchema } from "../src/config/schema"
44
5- const SCHEMA_OUTPUT_PATH = "dist /oh-my-opencode.schema.json"
5+ const SCHEMA_OUTPUT_PATH = "assets /oh-my-opencode.schema.json"
66
77async function main ( ) {
88 console . log ( "Generating JSON Schema..." )
@@ -14,7 +14,7 @@ async function main() {
1414
1515 const finalSchema = {
1616 $schema : "http://json-schema.org/draft-07/schema#" ,
17- $id : "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/dist /oh-my-opencode.schema.json" ,
17+ $id : "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets /oh-my-opencode.schema.json" ,
1818 title : "Oh My OpenCode Configuration" ,
1919 description : "Configuration schema for oh-my-opencode plugin" ,
2020 ...jsonSchema ,
You can’t perform that action at this time.
0 commit comments