this repo has no description
0
fork

Configure Feed

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

at main 12 lines 226 B view raw
1[build] 2publish = "dist" 3command = "pnpm run build" 4 5[build.environment] 6NODE_VERSION = "22" 7 8[[headers]] 9for = "/.well-known/*" 10[headers.values] 11Access-Control-Allow-Origin = "*" 12Access-Control-Allow-Methods = "GET, OPTIONS"