mirror of
https://github.com/langgenius/dify.git
synced 2026-03-19 13:47:37 +08:00
Update
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import { defineConfig } from '@hey-api/openapi-ts'
|
||||
|
||||
import { defineConfig as defineOrpcConfig } from './plugins/hey-api-orpc'
|
||||
import { defineConfig as defineOrpcConfig } from './plugins/hey-api-orpc/config'
|
||||
|
||||
export default defineConfig({
|
||||
input: './open-api/petStore.yaml',
|
||||
|
||||
@ -1,2 +0,0 @@
|
||||
export { defaultConfig, defineConfig } from './config'
|
||||
export type { Config, OrpcPlugin, ResolvedConfig } from './types'
|
||||
Reference in New Issue
Block a user