diff options
| author | 2026-03-02 10:26:21 +0800 | |
|---|---|---|
| committer | 2026-03-02 10:26:21 +0800 | |
| commit | 9e40b5b7bea60e6802a4b448ef315b14fba4de7f (patch) | |
| tree | da58ce5de37c3c47cbc82fea5ed343b163852f46 /packages/ui/vite.config.ts | |
| parent | 47aeabf5d44d7483101d30d289cb4c56761e3faa (diff) | |
| download | DropOut-9e40b5b7bea60e6802a4b448ef315b14fba4de7f.tar.gz DropOut-9e40b5b7bea60e6802a4b448ef315b14fba4de7f.zip | |
feat(ui): java config
Diffstat (limited to 'packages/ui/vite.config.ts')
| -rw-r--r-- | packages/ui/vite.config.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ui/vite.config.ts b/packages/ui/vite.config.ts index 27ce1ff..8c90267 100644 --- a/packages/ui/vite.config.ts +++ b/packages/ui/vite.config.ts @@ -1,6 +1,6 @@ +import path from "node:path"; import tailwindcss from "@tailwindcss/vite"; import react from "@vitejs/plugin-react"; -import path from "path"; import { defineConfig } from "vite"; // https://vite.dev/config/ |