From 3140988f70f7a2f50e6510fea41f26213156ae9c Mon Sep 17 00:00:00 2001 From: Florian <45694132+flo-bit@users.noreply.github.com> Date: Tue, 3 Mar 2026 05:59:13 +0100 Subject: [PATCH] fixes --- package.json | 3 ++- pnpm-lock.yaml | 5 ++++- wrangler.jsonc | 3 +++ 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 31f7633..5b8b346 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,8 @@ "@foxui/social": "^0.5.4", "dexie": "^4.3.0", "flexsearch": "^0.8.212", - "valibot": "^1.2.0" + "valibot": "^1.2.0", + "wrangler": "^4.69.0" }, "license": "MIT", "pnpm": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 73c162a..e271126 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -23,6 +23,9 @@ importers: valibot: specifier: ^1.2.0 version: 1.2.0(typescript@5.9.3) + wrangler: + specifier: ^4.69.0 + version: 4.69.0(@cloudflare/workers-types@4.20260301.1) devDependencies: '@atcute/atproto': specifier: ^3.1.10 @@ -1125,7 +1128,7 @@ packages: resolution: {integrity: sha512-5qucVt2XcuGMcEGgWI7i+yZpmpByQ8J1lHhcL7PwqCwu9FPP3VUXzT4ltHe5i2z9dePwEHcDVOAfSnHsOlCXRA==, tarball: https://registry.npmjs.org/error-stack-parser-es/-/error-stack-parser-es-1.0.5.tgz} esbuild@0.27.3: - resolution: {integrity: sha512-8VwMnyGCONIs6cWue2IdpHxHnAjzxnw2Zr7MkVxB2vjmQ2ivqGFb4LEG3SMnv0Gb2F/G/2yA8zUaiL1gywDCCg==} + resolution: {integrity: sha512-8VwMnyGCONIs6cWue2IdpHxHnAjzxnw2Zr7MkVxB2vjmQ2ivqGFb4LEG3SMnv0Gb2F/G/2yA8zUaiL1gywDCCg==, tarball: https://registry.npmjs.org/esbuild/-/esbuild-0.27.3.tgz} engines: {node: '>=18'} hasBin: true diff --git a/wrangler.jsonc b/wrangler.jsonc index 937f2b2..31e1dea 100644 --- a/wrangler.jsonc +++ b/wrangler.jsonc @@ -7,6 +7,9 @@ "binding": "ASSETS", "directory": ".svelte-kit/cloudflare" }, + "vars": { + "OAUTH_PUBLIC_URL": "https://atmo.tools" + }, "kv_namespaces": [ { "binding": "OAUTH_SESSIONS", "id": "87987a15aa874ff28635173747ed2484" }, { "binding": "OAUTH_STATES", "id": "2f40be642daa488c87f196e8f2cbdc04" } -- 2.51.2