feat: 暂存

This commit is contained in:
2026-06-02 12:36:44 +08:00
parent 239f6a4891
commit d7469b9622
9 changed files with 56 additions and 85 deletions

View File

@@ -1,10 +1,11 @@
import { defineConfig } from "vite";
import vue from "@vitejs/plugin-vue";
import { fileURLToPath, URL } from "node:url";
import tailwindcss from '@tailwindcss/vite'
// https://vite.dev/config/
export default defineConfig({
plugins: [vue()],
plugins: [vue(), tailwindcss()],
resolve: {
alias: {
"@": fileURLToPath(new URL("./src", import.meta.url))