remove unused packages
This commit is contained in:
parent
d19a26e128
commit
26357370cd
3 changed files with 1 additions and 115 deletions
|
|
@ -2,8 +2,6 @@
|
|||
import {defineConfig} from 'astro/config';
|
||||
import tailwindcss from "@tailwindcss/vite";
|
||||
|
||||
import vue from "@astrojs/vue";
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
vite: {
|
||||
|
|
@ -16,5 +14,4 @@ export default defineConfig({
|
|||
devToolbar: {
|
||||
enabled: false,
|
||||
},
|
||||
integrations: [vue()],
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue