mirror of
https://github.com/langgenius/dify.git
synced 2026-04-17 11:26:43 +08:00
8 lines
149 B
TypeScript
8 lines
149 B
TypeScript
import { defineConfig } from 'vite-plus'
|
|
|
|
export default defineConfig({
|
|
staged: {
|
|
'*': 'eslint --fix --pass-on-unpruned-suppressions',
|
|
},
|
|
})
|