Files
dify/taze.config.js
Matt Van Horn a9cf8f6c5d refactor(web): replace react-syntax-highlighter with shiki (#33473)
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>
2026-04-03 06:40:26 +00:00

10 lines
172 B
JavaScript

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