A demon compendium, deterministically derived from DIDs + PDS records. haunt.at
atmosphere atproto
0

Configure Feed

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

haunt / vite.config.ts
247 B 12 lines
1import react from "@vitejs/plugin-react"; 2import { defineConfig } from "vite"; 3 4export default defineConfig({ 5 appType: "spa", 6 plugins: [react()], 7 resolve: { 8 alias: { 9 "~": new URL("./src", import.meta.url).pathname, 10 }, 11 }, 12});