mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 05:09:19 +08:00
6 lines
89 B
TypeScript
6 lines
89 B
TypeScript
import { defineConfig } from 'vite-plus'
|
|
|
|
export default defineConfig({
|
|
staged: {},
|
|
})
|