feat(webui): Infrastructure Setup (Prerequisites)

This commit is contained in:
yiliang114 2026-01-15 14:32:21 +08:00
parent ec0586b135
commit af76450dee
23 changed files with 4367 additions and 374 deletions

View file

@ -0,0 +1,11 @@
/**
* @license
* Copyright 2025 Qwen Team
* SPDX-License-Identifier: Apache-2.0
*/
/* eslint-env node */
module.exports = {
presets: [require('./tailwind.preset.cjs')],
content: ['./src/**/*.{ts,tsx}'],
};