mirror of
https://github.com/ByteAtATime/raycast-linux.git
synced 2025-08-31 03:07:23 +00:00
3 lines
105 B
TypeScript
3 lines
105 B
TypeScript
import tailwindcss from '@tailwindcss/vite';
|
|
|
|
export default defineConfig({ plugins: [tailwindcss()] });
|