mirror of
https://github.com/langgenius/dify.git
synced 2026-06-05 15:40:14 +08:00
40e040ca1a
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
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',
|
|
},
|
|
})
|