[READ-ONLY] Mirror of https://github.com/flo-bit/svelte-cloudflare-statusphere. statusphere.atmo.tools
atproto cloudflare-workers oauth svelte
0

Configure Feed

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

253 B 11 lines
1import tailwindcss from '@tailwindcss/vite'; 2import { sveltekit } from '@sveltejs/kit/vite'; 3import { defineConfig } from 'vite'; 4 5export default defineConfig({ 6 plugins: [sveltekit(), tailwindcss()], 7 server: { 8 host: '127.0.0.1', 9 port: 5183 10 } 11});