mirror of
https://github.com/hansputera/tiktok-dl.git
synced 2026-04-06 04:01:57 +02:00
9 lines
197 B
JavaScript
9 lines
197 B
JavaScript
import {defineConfig} from 'windicss/helpers';
|
|
|
|
export default defineConfig({
|
|
extract: {
|
|
include: ['**/*.{jsx,tsx,css}'],
|
|
exclude: ['node_modules', '.git', '.next'],
|
|
},
|
|
});
|