File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -46,5 +46,7 @@ test-output
4646
4747client.d.ts
4848client.js
49+ openapi.d.ts
50+ openapi.js
4951bun.lockb
5052schema.json
Original file line number Diff line number Diff line change 1+ export * from './lib/openapi' ;
Original file line number Diff line number Diff line change 2929 " es" ,
3030 " client.d.ts" ,
3131 " client.js" ,
32+ " openapi.d.ts" ,
33+ " openapi.js" ,
3234 " schema.json"
3335 ],
3436 "scripts" : {
35- "build" : " father build && npm run build:client && npm run build:schema" ,
36- "build:client " : " tsc client.ts --declaration" ,
37+ "build" : " father build && npm run build:entry && npm run build:schema" ,
38+ "build:entry " : " tsc client.ts --declaration && tsc openapi .ts --declaration" ,
3739 "build:schema" : " ts-json-schema-generator --path src/types/manifest.ts --type LobeChatPluginManifest -o schema.json" ,
3840 "ci" : " npm run lint && npm run type-check && npm run doctor" ,
3941 "dev" : " father dev" ,
Original file line number Diff line number Diff line change 11export * from './error' ;
2- export * from './openapi' ;
32export * from './request' ;
43export * from './schema/manifest' ;
54export * from './schema/market' ;
You can’t perform that action at this time.
0 commit comments