This commit is contained in:
yyh 2026-05-01 02:56:55 +08:00
parent 69919a507a
commit 3c1f16f4ca
No known key found for this signature in database

View File

@ -39,7 +39,9 @@
@source '../../node_modules/streamdown/dist';
@source '../../node_modules/@streamdown/math/dist';
@source not '../../**/*.{spec,test}.{js,ts,jsx,tsx}';
@source not '../../**/*.stories.{js,ts,jsx,tsx}';
@source not '../../../packages/dify-ui/src/**/*.{spec,test}.{ts,tsx}';
@source not '../../../packages/dify-ui/src/**/*.stories.{ts,tsx}';
/* ---------- JS plugins ------------------------------------------------ */
@plugin './plugins/icons.ts';