hi im alinez not even tryingto hide it
2
fork

Configure Feed

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

add root redirect

adam af6d9597 7ea5168e

+1
+1
src/main.ts
··· 24 24 password: LABELER_PASSWORD 25 25 }) 26 26 27 + server.app.get("/", (_, res) => res.redirect(`https://witchsky.app/profile/${LABELER_DID}`)); 27 28 server.start(14831, (error) => { 28 29 if (error) { 29 30 console.error("failed to start server:", error);