mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 01:52:02 +08:00
Co-authored-by: Matt Van Horn <455140+mvanhorn@users.noreply.github.com> Co-authored-by: Stephen Zhou <38493346+hyoban@users.noreply.github.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
10 lines
172 B
JavaScript
10 lines
172 B
JavaScript
import { defineConfig } from 'taze'
|
|
|
|
export default defineConfig({
|
|
exclude: [
|
|
// We are going to replace these
|
|
'react-window',
|
|
'@types/react-window',
|
|
],
|
|
})
|