mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 19:52:02 +00:00
feat(webui): Infrastructure Setup (Prerequisites)
This commit is contained in:
parent
ec0586b135
commit
af76450dee
23 changed files with 4367 additions and 374 deletions
11
packages/webui/tailwind.config.cjs
Normal file
11
packages/webui/tailwind.config.cjs
Normal 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}'],
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue