[READ-ONLY] Mirror of https://github.com/flo-bit/atmo-tools. atmo.tools
0

Configure Feed

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

fixes

+9 -2
+2 -1
package.json
··· 53 53 "@foxui/social": "^0.5.4", 54 54 "dexie": "^4.3.0", 55 55 "flexsearch": "^0.8.212", 56 - "valibot": "^1.2.0" 56 + "valibot": "^1.2.0", 57 + "wrangler": "^4.69.0" 57 58 }, 58 59 "license": "MIT", 59 60 "pnpm": {
+4 -1
pnpm-lock.yaml
··· 23 23 valibot: 24 24 specifier: ^1.2.0 25 25 version: 1.2.0(typescript@5.9.3) 26 + wrangler: 27 + specifier: ^4.69.0 28 + version: 4.69.0(@cloudflare/workers-types@4.20260301.1) 26 29 devDependencies: 27 30 '@atcute/atproto': 28 31 specifier: ^3.1.10 ··· 1125 1128 resolution: {integrity: sha512-5qucVt2XcuGMcEGgWI7i+yZpmpByQ8J1lHhcL7PwqCwu9FPP3VUXzT4ltHe5i2z9dePwEHcDVOAfSnHsOlCXRA==, tarball: https://registry.npmjs.org/error-stack-parser-es/-/error-stack-parser-es-1.0.5.tgz} 1126 1129 1127 1130 esbuild@0.27.3: 1128 - resolution: {integrity: sha512-8VwMnyGCONIs6cWue2IdpHxHnAjzxnw2Zr7MkVxB2vjmQ2ivqGFb4LEG3SMnv0Gb2F/G/2yA8zUaiL1gywDCCg==} 1131 + resolution: {integrity: sha512-8VwMnyGCONIs6cWue2IdpHxHnAjzxnw2Zr7MkVxB2vjmQ2ivqGFb4LEG3SMnv0Gb2F/G/2yA8zUaiL1gywDCCg==, tarball: https://registry.npmjs.org/esbuild/-/esbuild-0.27.3.tgz} 1129 1132 engines: {node: '>=18'} 1130 1133 hasBin: true 1131 1134
+3
wrangler.jsonc
··· 7 7 "binding": "ASSETS", 8 8 "directory": ".svelte-kit/cloudflare" 9 9 }, 10 + "vars": { 11 + "OAUTH_PUBLIC_URL": "https://atmo.tools" 12 + }, 10 13 "kv_namespaces": [ 11 14 { "binding": "OAUTH_SESSIONS", "id": "87987a15aa874ff28635173747ed2484" }, 12 15 { "binding": "OAUTH_STATES", "id": "2f40be642daa488c87f196e8f2cbdc04" }