appview-less bluesky client
24
fork

Configure Feed

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

at d5bd716b6360775a0431fc59d676687e116f5449 7 lines 204 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});