mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
Update
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
import { defineConfig } from '@hey-api/openapi-ts'
|
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({
|
export default defineConfig({
|
||||||
input: './open-api/petStore.yaml',
|
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