slack status without the slack status.zzstoatzz.io
hatk statusphere
0
fork

Configure Feed

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

at main 13 lines 377 B view raw
1import { sveltekit } from "@sveltejs/kit/vite"; 2import { hatk } from "@hatk/hatk/vite-plugin"; 3import { defineConfig } from "vite-plus"; 4 5export default defineConfig({ 6 plugins: [hatk(), sveltekit()], 7 lint: { 8 ignorePatterns: ["hatk.generated.ts", "hatk.generated.client.ts"], 9 }, 10 fmt: { 11 ignorePatterns: ["hatk.generated.ts", "hatk.generated.client.ts"], 12 }, 13});