Files
dify/taze.config.js
2026-04-03 03:26:49 +00:00

11 lines
204 B
JavaScript

import { defineConfig } from 'taze'
export default defineConfig({
exclude: [
// We are going to replace these
'react-syntax-highlighter',
'react-window',
'@types/react-window',
],
})