Music streaming on ATProto!
15
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 3900af5f9171bf4e62bf6551c10c5eb385c9b902 7 lines 206 B view raw
1import tailwindcss from "@tailwindcss/vite"; 2import { sveltekit } from "@sveltejs/kit/vite"; 3import { defineConfig } from "vite"; 4 5export default defineConfig({ 6 plugins: [tailwindcss(), sveltekit()], 7});