mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-07-06 02:27:19 +00:00
refactor: build dashboard with vite
This commit is contained in:
parent
f5806932af
commit
aaac328138
45 changed files with 1284 additions and 9668 deletions
8
dashboard/postcss.config.js
Normal file
8
dashboard/postcss.config.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
import nesting from "postcss-nesting";
|
||||
|
||||
/** @type {import('postcss-load-config').Config} */
|
||||
const config = {
|
||||
plugins: [nesting]
|
||||
}
|
||||
|
||||
export default config;
|
Loading…
Add table
Add a link
Reference in a new issue