mirror of
https://github.com/KeyZox71/knl_meowscendence.git
synced 2025-06-25 05:43:35 +02:00
9 lines
144 B
TypeScript
9 lines
144 B
TypeScript
import { defineConfig } from 'vite'
|
|
import tailwindcss from '@tailwindcss/vite'
|
|
|
|
export default defineConfig({
|
|
plugins: [
|
|
tailwindcss
|
|
],
|
|
})
|