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 14 lines 251 B view raw
1import adapter from "@sveltejs/adapter-node"; 2 3export default { 4 kit: { 5 adapter: adapter(), 6 files: { 7 src: "app", 8 }, 9 alias: { 10 $hatk: "./hatk.generated.ts", 11 "$hatk/client": "./hatk.generated.client.ts", 12 }, 13 }, 14};