mirror of
https://github.com/langgenius/dify.git
synced 2026-06-26 14:51:13 +08:00
8 lines
115 B
TypeScript
8 lines
115 B
TypeScript
import { defineConfig } from 'vite-plus'
|
|
|
|
export default defineConfig({
|
|
test: {
|
|
environment: 'node',
|
|
},
|
|
})
|