mirror of
https://github.com/KeyZox71/knl_meowscendence.git
synced 2025-06-25 05:43:35 +02:00
「🏗️」 wip: added all necessary package for starting
This commit is contained in:
8
vite.config.ts
Normal file
8
vite.config.ts
Normal file
@ -0,0 +1,8 @@
|
||||
import { defineConfig } from 'vite'
|
||||
import tailwindcss from '@tailwindcss/vite'
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [
|
||||
tailwindcss
|
||||
],
|
||||
})
|
Reference in New Issue
Block a user