tailwind weg

This commit is contained in:
danielvici123
2024-10-31 19:51:54 +01:00
6 changed files with 702 additions and 34 deletions

View File

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