Attic is a cozy space with lofty ambitions. attic.social
at main 11 lines 224 B view raw
1import { sveltekit } from "@sveltejs/kit/vite"; 2import { defineConfig } from "vite"; 3 4export default defineConfig({ 5 plugins: [sveltekit()], 6 server: { 7 host: "127.0.0.1", 8 port: 5173, 9 allowedHosts: [], 10 }, 11});