This commit is contained in:
2025-05-07 08:50:01 +08:00
parent 5325281fb4
commit f085b3c79b
7 changed files with 269 additions and 143 deletions

View File

@@ -1,6 +1,6 @@
import {defineConfig} from 'vite';
import uni from '@dcloudio/vite-plugin-uni';
import tailwindcss from '@tailwindcss/vite';
import tailwindcss from "@tailwindcss/vite";
export default defineConfig({
plugins: [
@@ -12,6 +12,6 @@ export default defineConfig({
scss: {
silenceDeprecations: ['legacy-js-api'],
}
}
},
},
})