[READ-ONLY] Mirror of https://github.com/mrgnw/ananas. learn multiple languages at once ananas.xcc.es
0

Configure Feed

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

ananas / vite.config.js
176 B 9 lines
1import { sveltekit } from '@sveltejs/kit/vite'; 2 3/** @type {import('vite').UserConfig} */ 4const config = { 5 plugins: [sveltekit()], 6 host: '0.0.0.0' 7}; 8 9export default config;