[READ-ONLY] Mirror of https://github.com/mrgnw/zenfo.co.
0

Configure Feed

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

switch to cloudflare adapter, add wrangler config and deploy recipe

+605 -10
-1
.npmrc
··· 1 1 engine-strict=true 2 - only-built-dependencies=esbuild
+3
justfile
··· 21 21 tunnel: 22 22 cloudflared tunnel --url http://localhost:{{port}} 23 23 24 + deploy: build 25 + pnpm run deploy 26 + 24 27 ci: check build
+6 -2
package.json
··· 1 1 { 2 - "name": "morgan-photos", 2 + "name": "zenfo-co", 3 3 "private": true, 4 4 "version": "0.0.1", 5 5 "type": "module", ··· 7 7 "dev": "vite dev", 8 8 "build": "vite build", 9 9 "preview": "vite preview", 10 + "deploy": "wrangler pages deploy", 10 11 "prepare": "svelte-kit sync || echo ''", 11 12 "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", 12 13 "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch" 13 14 }, 15 + "pnpm": { 16 + "onlyBuiltDependencies": ["sharp", "workerd"] 17 + }, 14 18 "devDependencies": { 15 - "@sveltejs/adapter-auto": "^7.0.0", 19 + "@sveltejs/adapter-cloudflare": "^7.2.7", 16 20 "@sveltejs/kit": "^2.50.2", 17 21 "@sveltejs/vite-plugin-svelte": "^6.2.4", 18 22 "svelte": "^5.49.2",
+590 -6
pnpm-lock.yaml
··· 8 8 9 9 .: 10 10 devDependencies: 11 - '@sveltejs/adapter-auto': 12 - specifier: ^7.0.0 13 - version: 7.0.1(@sveltejs/kit@2.52.0(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.51.2)(vite@7.3.1))(svelte@5.51.2)(typescript@5.9.3)(vite@7.3.1)) 11 + '@sveltejs/adapter-cloudflare': 12 + specifier: ^7.2.7 13 + version: 7.2.7(@sveltejs/kit@2.52.0(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.51.2)(vite@7.3.1))(svelte@5.51.2)(typescript@5.9.3)(vite@7.3.1))(wrangler@4.66.0(@cloudflare/workers-types@4.20260217.0)) 14 14 '@sveltejs/kit': 15 15 specifier: ^2.50.2 16 16 version: 2.52.0(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.51.2)(vite@7.3.1))(svelte@5.51.2)(typescript@5.9.3)(vite@7.3.1) ··· 31 31 version: 7.3.1 32 32 33 33 packages: 34 + 35 + '@cloudflare/kv-asset-handler@0.4.2': 36 + resolution: {integrity: sha512-SIOD2DxrRRwQ+jgzlXCqoEFiKOFqaPjhnNTGKXSRLvp1HiOvapLaFG2kEr9dYQTYe8rKrd9uvDUzmAITeNyaHQ==} 37 + engines: {node: '>=18.0.0'} 38 + 39 + '@cloudflare/unenv-preset@2.13.0': 40 + resolution: {integrity: sha512-bT2rnecesLjDBHgouMEPW9EQ7iLE8OG58srMuCEpAGp75xabi6j124SdS8XZ+dzB3sYBW4iQvVeCTCbAnMMVtA==} 41 + peerDependencies: 42 + unenv: 2.0.0-rc.24 43 + workerd: ^1.20260213.0 44 + peerDependenciesMeta: 45 + workerd: 46 + optional: true 47 + 48 + '@cloudflare/workerd-darwin-64@1.20260217.0': 49 + resolution: {integrity: sha512-t1KRT0j4gwLntixMoNujv/UaS89Q7+MPRhkklaSup5tNhl3zBZOIlasBUSir69eXetqLZu8sypx3i7zE395XXA==} 50 + engines: {node: '>=16'} 51 + cpu: [x64] 52 + os: [darwin] 53 + 54 + '@cloudflare/workerd-darwin-arm64@1.20260217.0': 55 + resolution: {integrity: sha512-9pEZ15BmELt0Opy79LTxUvbo55QAI4GnsnsvmgBxaQlc4P0dC8iycBGxbOpegkXnRx/LFj51l2zunfTo0EdATg==} 56 + engines: {node: '>=16'} 57 + cpu: [arm64] 58 + os: [darwin] 59 + 60 + '@cloudflare/workerd-linux-64@1.20260217.0': 61 + resolution: {integrity: sha512-IrZfxQ4b/4/RDQCJsyoxKrCR+cEqKl81yZOirMOKoRrDOmTjn4evYXaHoLBh2PjUKY1Imly7ZiC6G1p0xNIOwg==} 62 + engines: {node: '>=16'} 63 + cpu: [x64] 64 + os: [linux] 65 + 66 + '@cloudflare/workerd-linux-arm64@1.20260217.0': 67 + resolution: {integrity: sha512-RGU1wq69ym4sFBVWhQeddZrRrG0hJM/SlZ5DwVDga/zBJ3WXxcDsFAgg1dToDfildTde5ySXN7jAasSmWko9rg==} 68 + engines: {node: '>=16'} 69 + cpu: [arm64] 70 + os: [linux] 71 + 72 + '@cloudflare/workerd-windows-64@1.20260217.0': 73 + resolution: {integrity: sha512-4T65u1321z1Zet9n7liQsSW7g3EXM5SWIT7kJ/uqkEtkPnIzZBIowMQgkvL5W9SpGZks9t3mTQj7hiUia8Gq9Q==} 74 + engines: {node: '>=16'} 75 + cpu: [x64] 76 + os: [win32] 77 + 78 + '@cloudflare/workers-types@4.20260217.0': 79 + resolution: {integrity: sha512-R5s8h/zj91g6HSB/qndpXGS5Xc8t8Ik3BwY6qwe7XXV6r3Gey1gdthFSK4A2IrPQEmTsc7wEXbs9KpBLNttlqg==} 80 + 81 + '@cspotcode/source-map-support@0.8.1': 82 + resolution: {integrity: sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==} 83 + engines: {node: '>=12'} 84 + 85 + '@emnapi/runtime@1.8.1': 86 + resolution: {integrity: sha512-mehfKSMWjjNol8659Z8KxEMrdSJDDot5SXMq00dM8BN4o+CLNXQ0xH2V7EchNHV4RmbZLmmPdEaXZc5H2FXmDg==} 34 87 35 88 '@esbuild/aix-ppc64@0.27.3': 36 89 resolution: {integrity: sha512-9fJMTNFTWZMh5qwrBItuziu834eOCUcEqymSH7pY+zoMVEZg3gcPuBNxH1EvfVYe9h0x/Ptw8KBzv7qxb7l8dg==} ··· 188 241 cpu: [x64] 189 242 os: [win32] 190 243 244 + '@img/colour@1.0.0': 245 + resolution: {integrity: sha512-A5P/LfWGFSl6nsckYtjw9da+19jB8hkJ6ACTGcDfEJ0aE+l2n2El7dsVM7UVHZQ9s2lmYMWlrS21YLy2IR1LUw==} 246 + engines: {node: '>=18'} 247 + 248 + '@img/sharp-darwin-arm64@0.34.5': 249 + resolution: {integrity: sha512-imtQ3WMJXbMY4fxb/Ndp6HBTNVtWCUI0WdobyheGf5+ad6xX8VIDO8u2xE4qc/fr08CKG/7dDseFtn6M6g/r3w==} 250 + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 251 + cpu: [arm64] 252 + os: [darwin] 253 + 254 + '@img/sharp-darwin-x64@0.34.5': 255 + resolution: {integrity: sha512-YNEFAF/4KQ/PeW0N+r+aVVsoIY0/qxxikF2SWdp+NRkmMB7y9LBZAVqQ4yhGCm/H3H270OSykqmQMKLBhBJDEw==} 256 + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 257 + cpu: [x64] 258 + os: [darwin] 259 + 260 + '@img/sharp-libvips-darwin-arm64@1.2.4': 261 + resolution: {integrity: sha512-zqjjo7RatFfFoP0MkQ51jfuFZBnVE2pRiaydKJ1G/rHZvnsrHAOcQALIi9sA5co5xenQdTugCvtb1cuf78Vf4g==} 262 + cpu: [arm64] 263 + os: [darwin] 264 + 265 + '@img/sharp-libvips-darwin-x64@1.2.4': 266 + resolution: {integrity: sha512-1IOd5xfVhlGwX+zXv2N93k0yMONvUlANylbJw1eTah8K/Jtpi15KC+WSiaX/nBmbm2HxRM1gZ0nSdjSsrZbGKg==} 267 + cpu: [x64] 268 + os: [darwin] 269 + 270 + '@img/sharp-libvips-linux-arm64@1.2.4': 271 + resolution: {integrity: sha512-excjX8DfsIcJ10x1Kzr4RcWe1edC9PquDRRPx3YVCvQv+U5p7Yin2s32ftzikXojb1PIFc/9Mt28/y+iRklkrw==} 272 + cpu: [arm64] 273 + os: [linux] 274 + libc: [glibc] 275 + 276 + '@img/sharp-libvips-linux-arm@1.2.4': 277 + resolution: {integrity: sha512-bFI7xcKFELdiNCVov8e44Ia4u2byA+l3XtsAj+Q8tfCwO6BQ8iDojYdvoPMqsKDkuoOo+X6HZA0s0q11ANMQ8A==} 278 + cpu: [arm] 279 + os: [linux] 280 + libc: [glibc] 281 + 282 + '@img/sharp-libvips-linux-ppc64@1.2.4': 283 + resolution: {integrity: sha512-FMuvGijLDYG6lW+b/UvyilUWu5Ayu+3r2d1S8notiGCIyYU/76eig1UfMmkZ7vwgOrzKzlQbFSuQfgm7GYUPpA==} 284 + cpu: [ppc64] 285 + os: [linux] 286 + libc: [glibc] 287 + 288 + '@img/sharp-libvips-linux-riscv64@1.2.4': 289 + resolution: {integrity: sha512-oVDbcR4zUC0ce82teubSm+x6ETixtKZBh/qbREIOcI3cULzDyb18Sr/Wcyx7NRQeQzOiHTNbZFF1UwPS2scyGA==} 290 + cpu: [riscv64] 291 + os: [linux] 292 + libc: [glibc] 293 + 294 + '@img/sharp-libvips-linux-s390x@1.2.4': 295 + resolution: {integrity: sha512-qmp9VrzgPgMoGZyPvrQHqk02uyjA0/QrTO26Tqk6l4ZV0MPWIW6LTkqOIov+J1yEu7MbFQaDpwdwJKhbJvuRxQ==} 296 + cpu: [s390x] 297 + os: [linux] 298 + libc: [glibc] 299 + 300 + '@img/sharp-libvips-linux-x64@1.2.4': 301 + resolution: {integrity: sha512-tJxiiLsmHc9Ax1bz3oaOYBURTXGIRDODBqhveVHonrHJ9/+k89qbLl0bcJns+e4t4rvaNBxaEZsFtSfAdquPrw==} 302 + cpu: [x64] 303 + os: [linux] 304 + libc: [glibc] 305 + 306 + '@img/sharp-libvips-linuxmusl-arm64@1.2.4': 307 + resolution: {integrity: sha512-FVQHuwx1IIuNow9QAbYUzJ+En8KcVm9Lk5+uGUQJHaZmMECZmOlix9HnH7n1TRkXMS0pGxIJokIVB9SuqZGGXw==} 308 + cpu: [arm64] 309 + os: [linux] 310 + libc: [musl] 311 + 312 + '@img/sharp-libvips-linuxmusl-x64@1.2.4': 313 + resolution: {integrity: sha512-+LpyBk7L44ZIXwz/VYfglaX/okxezESc6UxDSoyo2Ks6Jxc4Y7sGjpgU9s4PMgqgjj1gZCylTieNamqA1MF7Dg==} 314 + cpu: [x64] 315 + os: [linux] 316 + libc: [musl] 317 + 318 + '@img/sharp-linux-arm64@0.34.5': 319 + resolution: {integrity: sha512-bKQzaJRY/bkPOXyKx5EVup7qkaojECG6NLYswgktOZjaXecSAeCWiZwwiFf3/Y+O1HrauiE3FVsGxFg8c24rZg==} 320 + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 321 + cpu: [arm64] 322 + os: [linux] 323 + libc: [glibc] 324 + 325 + '@img/sharp-linux-arm@0.34.5': 326 + resolution: {integrity: sha512-9dLqsvwtg1uuXBGZKsxem9595+ujv0sJ6Vi8wcTANSFpwV/GONat5eCkzQo/1O6zRIkh0m/8+5BjrRr7jDUSZw==} 327 + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 328 + cpu: [arm] 329 + os: [linux] 330 + libc: [glibc] 331 + 332 + '@img/sharp-linux-ppc64@0.34.5': 333 + resolution: {integrity: sha512-7zznwNaqW6YtsfrGGDA6BRkISKAAE1Jo0QdpNYXNMHu2+0dTrPflTLNkpc8l7MUP5M16ZJcUvysVWWrMefZquA==} 334 + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 335 + cpu: [ppc64] 336 + os: [linux] 337 + libc: [glibc] 338 + 339 + '@img/sharp-linux-riscv64@0.34.5': 340 + resolution: {integrity: sha512-51gJuLPTKa7piYPaVs8GmByo7/U7/7TZOq+cnXJIHZKavIRHAP77e3N2HEl3dgiqdD/w0yUfiJnII77PuDDFdw==} 341 + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 342 + cpu: [riscv64] 343 + os: [linux] 344 + libc: [glibc] 345 + 346 + '@img/sharp-linux-s390x@0.34.5': 347 + resolution: {integrity: sha512-nQtCk0PdKfho3eC5MrbQoigJ2gd1CgddUMkabUj+rBevs8tZ2cULOx46E7oyX+04WGfABgIwmMC0VqieTiR4jg==} 348 + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 349 + cpu: [s390x] 350 + os: [linux] 351 + libc: [glibc] 352 + 353 + '@img/sharp-linux-x64@0.34.5': 354 + resolution: {integrity: sha512-MEzd8HPKxVxVenwAa+JRPwEC7QFjoPWuS5NZnBt6B3pu7EG2Ge0id1oLHZpPJdn3OQK+BQDiw9zStiHBTJQQQQ==} 355 + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 356 + cpu: [x64] 357 + os: [linux] 358 + libc: [glibc] 359 + 360 + '@img/sharp-linuxmusl-arm64@0.34.5': 361 + resolution: {integrity: sha512-fprJR6GtRsMt6Kyfq44IsChVZeGN97gTD331weR1ex1c1rypDEABN6Tm2xa1wE6lYb5DdEnk03NZPqA7Id21yg==} 362 + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 363 + cpu: [arm64] 364 + os: [linux] 365 + libc: [musl] 366 + 367 + '@img/sharp-linuxmusl-x64@0.34.5': 368 + resolution: {integrity: sha512-Jg8wNT1MUzIvhBFxViqrEhWDGzqymo3sV7z7ZsaWbZNDLXRJZoRGrjulp60YYtV4wfY8VIKcWidjojlLcWrd8Q==} 369 + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 370 + cpu: [x64] 371 + os: [linux] 372 + libc: [musl] 373 + 374 + '@img/sharp-wasm32@0.34.5': 375 + resolution: {integrity: sha512-OdWTEiVkY2PHwqkbBI8frFxQQFekHaSSkUIJkwzclWZe64O1X4UlUjqqqLaPbUpMOQk6FBu/HtlGXNblIs0huw==} 376 + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 377 + cpu: [wasm32] 378 + 379 + '@img/sharp-win32-arm64@0.34.5': 380 + resolution: {integrity: sha512-WQ3AgWCWYSb2yt+IG8mnC6Jdk9Whs7O0gxphblsLvdhSpSTtmu69ZG1Gkb6NuvxsNACwiPV6cNSZNzt0KPsw7g==} 381 + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 382 + cpu: [arm64] 383 + os: [win32] 384 + 385 + '@img/sharp-win32-ia32@0.34.5': 386 + resolution: {integrity: sha512-FV9m/7NmeCmSHDD5j4+4pNI8Cp3aW+JvLoXcTUo0IqyjSfAZJ8dIUmijx1qaJsIiU+Hosw6xM5KijAWRJCSgNg==} 387 + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 388 + cpu: [ia32] 389 + os: [win32] 390 + 391 + '@img/sharp-win32-x64@0.34.5': 392 + resolution: {integrity: sha512-+29YMsqY2/9eFEiW93eqWnuLcWcufowXewwSNIT6UwZdUUCrM3oFjMWH/Z6/TMmb4hlFenmfAVbpWeup2jryCw==} 393 + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 394 + cpu: [x64] 395 + os: [win32] 396 + 191 397 '@jridgewell/gen-mapping@0.3.13': 192 398 resolution: {integrity: sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==} 193 399 ··· 203 409 204 410 '@jridgewell/trace-mapping@0.3.31': 205 411 resolution: {integrity: sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==} 412 + 413 + '@jridgewell/trace-mapping@0.3.9': 414 + resolution: {integrity: sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==} 206 415 207 416 '@polka/url@1.0.0-next.29': 208 417 resolution: {integrity: sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==} 418 + 419 + '@poppinss/colors@4.1.6': 420 + resolution: {integrity: sha512-H9xkIdFswbS8n1d6vmRd8+c10t2Qe+rZITbbDHHkQixH5+2x1FDGmi/0K+WgWiqQFKPSlIYB7jlH6Kpfn6Fleg==} 421 + 422 + '@poppinss/dumper@0.6.5': 423 + resolution: {integrity: sha512-NBdYIb90J7LfOI32dOewKI1r7wnkiH6m920puQ3qHUeZkxNkQiFnXVWoE6YtFSv6QOiPPf7ys6i+HWWecDz7sw==} 424 + 425 + '@poppinss/exception@1.2.3': 426 + resolution: {integrity: sha512-dCED+QRChTVatE9ibtoaxc+WkdzOSjYTKi/+uacHWIsfodVfpsueo3+DKpgU5Px8qXjgmXkSvhXvSCz3fnP9lw==} 209 427 210 428 '@rollup/rollup-android-arm-eabi@4.57.1': 211 429 resolution: {integrity: sha512-A6ehUVSiSaaliTxai040ZpZ2zTevHYbvu/lDoeAteHI8QnaosIzm4qwtezfRg1jOYaUmnzLX1AOD6Z+UJjtifg==} ··· 345 563 cpu: [x64] 346 564 os: [win32] 347 565 566 + '@sindresorhus/is@7.2.0': 567 + resolution: {integrity: sha512-P1Cz1dWaFfR4IR+U13mqqiGsLFf1KbayybWwdd2vfctdV6hDpUkgCY0nKOLLTMSoRd/jJNjtbqzf13K8DCCXQw==} 568 + engines: {node: '>=18'} 569 + 570 + '@speed-highlight/core@1.2.14': 571 + resolution: {integrity: sha512-G4ewlBNhUtlLvrJTb88d2mdy2KRijzs4UhnlrOSRT4bmjh/IqNElZa3zkrZ+TC47TwtlDWzVLFADljF1Ijp5hA==} 572 + 348 573 '@standard-schema/spec@1.1.0': 349 574 resolution: {integrity: sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==} 350 575 ··· 353 578 peerDependencies: 354 579 acorn: ^8.9.0 355 580 356 - '@sveltejs/adapter-auto@7.0.1': 357 - resolution: {integrity: sha512-dvuPm1E7M9NI/+canIQ6KKQDU2AkEefEZ2Dp7cY6uKoPq9Z/PhOXABe526UdW2mN986gjVkuSLkOYIBnS/M2LQ==} 581 + '@sveltejs/adapter-cloudflare@7.2.7': 582 + resolution: {integrity: sha512-Kj6GADGhuGZe/A+WnoEdNLdGzAl1Yz/TUpThNNuU9MO/rXrFYsu7/BjxteimyRl4Sx/ypftqKWGtbFl6utJ/0g==} 358 583 peerDependencies: 359 584 '@sveltejs/kit': ^2.0.0 585 + wrangler: ^4.0.0 360 586 361 587 '@sveltejs/kit@2.52.0': 362 588 resolution: {integrity: sha512-zG+HmJuSF7eC0e7xt2htlOcEMAdEtlVdb7+gAr+ef08EhtwUsjLxcAwBgUCJY3/5p08OVOxVZti91WfXeuLvsg==} ··· 411 637 resolution: {integrity: sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==} 412 638 engines: {node: '>= 0.4'} 413 639 640 + blake3-wasm@2.1.5: 641 + resolution: {integrity: sha512-F1+K8EbfOZE49dtoPtmxUQrpXaBIl3ICvasLh+nJta0xkz+9kF/7uet9fLnwKqhDrmj6g+6K3Tw9yQPUg2ka5g==} 642 + 414 643 chokidar@4.0.3: 415 644 resolution: {integrity: sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==} 416 645 engines: {node: '>= 14.16.0'} ··· 422 651 cookie@0.6.0: 423 652 resolution: {integrity: sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==} 424 653 engines: {node: '>= 0.6'} 654 + 655 + cookie@1.1.1: 656 + resolution: {integrity: sha512-ei8Aos7ja0weRpFzJnEA9UHJ/7XQmqglbRwnf2ATjcB9Wq874VKH9kfjjirM6UhU2/E5fFYadylyhFldcqSidQ==} 657 + engines: {node: '>=18'} 425 658 426 659 deepmerge@4.3.1: 427 660 resolution: {integrity: sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==} 428 661 engines: {node: '>=0.10.0'} 429 662 663 + detect-libc@2.1.2: 664 + resolution: {integrity: sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==} 665 + engines: {node: '>=8'} 666 + 430 667 devalue@5.6.2: 431 668 resolution: {integrity: sha512-nPRkjWzzDQlsejL1WVifk5rvcFi/y1onBRxjaFMjZeR9mFpqu2gmAZ9xUB9/IEanEP/vBtGeGganC/GO1fmufg==} 669 + 670 + error-stack-parser-es@1.0.5: 671 + resolution: {integrity: sha512-5qucVt2XcuGMcEGgWI7i+yZpmpByQ8J1lHhcL7PwqCwu9FPP3VUXzT4ltHe5i2z9dePwEHcDVOAfSnHsOlCXRA==} 432 672 433 673 esbuild@0.27.3: 434 674 resolution: {integrity: sha512-8VwMnyGCONIs6cWue2IdpHxHnAjzxnw2Zr7MkVxB2vjmQ2ivqGFb4LEG3SMnv0Gb2F/G/2yA8zUaiL1gywDCCg==} ··· 468 708 magic-string@0.30.21: 469 709 resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==} 470 710 711 + miniflare@4.20260217.0: 712 + resolution: {integrity: sha512-t2v02Vi9SUiiXoHoxLvsntli7N35e/35PuRAYEqHWtHOdDX3bqQ73dBQ0tI12/8ThCb2by2tVs7qOvgwn6xSBQ==} 713 + engines: {node: '>=18.0.0'} 714 + hasBin: true 715 + 471 716 mri@1.2.0: 472 717 resolution: {integrity: sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==} 473 718 engines: {node: '>=4'} ··· 483 728 484 729 obug@2.1.1: 485 730 resolution: {integrity: sha512-uTqF9MuPraAQ+IsnPf366RG4cP9RtUi7MLO1N3KEc+wb0a6yKpeL0lmk2IB1jY5KHPAlTc6T/JRdC/YqxHNwkQ==} 731 + 732 + path-to-regexp@6.3.0: 733 + resolution: {integrity: sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==} 734 + 735 + pathe@2.0.3: 736 + resolution: {integrity: sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==} 486 737 487 738 picocolors@1.1.1: 488 739 resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==} ··· 499 750 resolution: {integrity: sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==} 500 751 engines: {node: '>= 14.18.0'} 501 752 753 + regexparam@3.0.0: 754 + resolution: {integrity: sha512-RSYAtP31mvYLkAHrOlh25pCNQ5hWnT106VukGaaFfuJrZFkGRX5GhUAdPqpSDXxOhA2c4akmRuplv1mRqnBn6Q==} 755 + engines: {node: '>=8'} 756 + 502 757 rollup@4.57.1: 503 758 resolution: {integrity: sha512-oQL6lgK3e2QZeQ7gcgIkS2YZPg5slw37hYufJ3edKlfQSGGm8ICoxswK15ntSzF/a8+h7ekRy7k7oWc3BQ7y8A==} 504 759 engines: {node: '>=18.0.0', npm: '>=8.0.0'} ··· 508 763 resolution: {integrity: sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==} 509 764 engines: {node: '>=6'} 510 765 766 + semver@7.7.4: 767 + resolution: {integrity: sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==} 768 + engines: {node: '>=10'} 769 + hasBin: true 770 + 511 771 set-cookie-parser@3.0.1: 512 772 resolution: {integrity: sha512-n7Z7dXZhJbwuAHhNzkTti6Aw9QDDjZtm3JTpTGATIdNzdQz5GuFs22w90BcvF4INfnrL5xrX3oGsuqO5Dx3A1Q==} 513 773 774 + sharp@0.34.5: 775 + resolution: {integrity: sha512-Ou9I5Ft9WNcCbXrU9cMgPBcCK8LiwLqcbywW3t4oDV37n1pzpuNLsYiAV8eODnjbtQlSDwZ2cUEeQz4E54Hltg==} 776 + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 777 + 514 778 sirv@3.0.2: 515 779 resolution: {integrity: sha512-2wcC/oGxHis/BoHkkPwldgiPSYcpZK3JU28WoMVv55yHJgcZ8rlXvuG9iZggz+sU1d4bRgIGASwyWqjxu3FM0g==} 516 780 engines: {node: '>=18'} ··· 518 782 source-map-js@1.2.1: 519 783 resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==} 520 784 engines: {node: '>=0.10.0'} 785 + 786 + supports-color@10.2.2: 787 + resolution: {integrity: sha512-SS+jx45GF1QjgEXQx4NJZV9ImqmO2NPz5FNsIHrsDjh2YsHnawpan7SNQ1o8NuhrbHZy9AZhIoCUiCeaW/C80g==} 788 + engines: {node: '>=18'} 521 789 522 790 svelte-check@4.4.0: 523 791 resolution: {integrity: sha512-gB3FdEPb8tPO3Y7Dzc6d/Pm/KrXAhK+0Fk+LkcysVtupvAh6Y/IrBCEZNupq57oh0hcwlxCUamu/rq7GtvfSEg==} ··· 539 807 resolution: {integrity: sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==} 540 808 engines: {node: '>=6'} 541 809 810 + tslib@2.8.1: 811 + resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==} 812 + 542 813 typescript@5.9.3: 543 814 resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==} 544 815 engines: {node: '>=14.17'} 545 816 hasBin: true 817 + 818 + undici@7.18.2: 819 + resolution: {integrity: sha512-y+8YjDFzWdQlSE9N5nzKMT3g4a5UBX1HKowfdXh0uvAnTaqqwqB92Jt4UXBAeKekDs5IaDKyJFR4X1gYVCgXcw==} 820 + engines: {node: '>=20.18.1'} 821 + 822 + unenv@2.0.0-rc.24: 823 + resolution: {integrity: sha512-i7qRCmY42zmCwnYlh9H2SvLEypEFGye5iRmEMKjcGi7zk9UquigRjFtTLz0TYqr0ZGLZhaMHl/foy1bZR+Cwlw==} 546 824 547 825 vite@7.3.1: 548 826 resolution: {integrity: sha512-w+N7Hifpc3gRjZ63vYBXA56dvvRlNWRczTdmCBBa+CotUzAPf5b7YMdMR/8CQoeYE5LX3W4wj6RYTgonm1b9DA==} ··· 592 870 vite: 593 871 optional: true 594 872 873 + workerd@1.20260217.0: 874 + resolution: {integrity: sha512-6jVisS6wB6KbF+F9DVoDUy9p7MON8qZCFSaL8OcDUioMwknsUPFojUISu3/c30ZOZ24D4h7oqaahFc5C6huilw==} 875 + engines: {node: '>=16'} 876 + hasBin: true 877 + 878 + worktop@0.8.0-next.18: 879 + resolution: {integrity: sha512-+TvsA6VAVoMC3XDKR5MoC/qlLqDixEfOBysDEKnPIPou/NvoPWCAuXHXMsswwlvmEuvX56lQjvELLyLuzTKvRw==} 880 + engines: {node: '>=12'} 881 + 882 + wrangler@4.66.0: 883 + resolution: {integrity: sha512-b9RVIdKai0BXDuYg0iN0zwVnVbULkvdKGP7Bf1uFY2GhJ/nzDGqgwQbCwgDIOhmaBC8ynhk/p22M2jc8tJy+dQ==} 884 + engines: {node: '>=20.0.0'} 885 + hasBin: true 886 + peerDependencies: 887 + '@cloudflare/workers-types': ^4.20260217.0 888 + peerDependenciesMeta: 889 + '@cloudflare/workers-types': 890 + optional: true 891 + 892 + ws@8.18.0: 893 + resolution: {integrity: sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==} 894 + engines: {node: '>=10.0.0'} 895 + peerDependencies: 896 + bufferutil: ^4.0.1 897 + utf-8-validate: '>=5.0.2' 898 + peerDependenciesMeta: 899 + bufferutil: 900 + optional: true 901 + utf-8-validate: 902 + optional: true 903 + 904 + youch-core@0.3.3: 905 + resolution: {integrity: sha512-ho7XuGjLaJ2hWHoK8yFnsUGy2Y5uDpqSTq1FkHLK4/oqKtyUU1AFbOOxY4IpC9f0fTLjwYbslUz0Po5BpD1wrA==} 906 + 907 + youch@4.1.0-beta.10: 908 + resolution: {integrity: sha512-rLfVLB4FgQneDr0dv1oddCVZmKjcJ6yX6mS4pU82Mq/Dt9a3cLZQ62pDBL4AUO+uVrCvtWz3ZFUL2HFAFJ/BXQ==} 909 + 595 910 zimmerframe@1.1.4: 596 911 resolution: {integrity: sha512-B58NGBEoc8Y9MWWCQGl/gq9xBCe4IiKM0a2x7GZdQKOW5Exr8S1W24J6OgM1njK8xCRGvAJIL/MxXHf6SkmQKQ==} 597 912 598 913 snapshots: 914 + 915 + '@cloudflare/kv-asset-handler@0.4.2': {} 916 + 917 + '@cloudflare/unenv-preset@2.13.0(unenv@2.0.0-rc.24)(workerd@1.20260217.0)': 918 + dependencies: 919 + unenv: 2.0.0-rc.24 920 + optionalDependencies: 921 + workerd: 1.20260217.0 922 + 923 + '@cloudflare/workerd-darwin-64@1.20260217.0': 924 + optional: true 925 + 926 + '@cloudflare/workerd-darwin-arm64@1.20260217.0': 927 + optional: true 928 + 929 + '@cloudflare/workerd-linux-64@1.20260217.0': 930 + optional: true 931 + 932 + '@cloudflare/workerd-linux-arm64@1.20260217.0': 933 + optional: true 934 + 935 + '@cloudflare/workerd-windows-64@1.20260217.0': 936 + optional: true 937 + 938 + '@cloudflare/workers-types@4.20260217.0': {} 939 + 940 + '@cspotcode/source-map-support@0.8.1': 941 + dependencies: 942 + '@jridgewell/trace-mapping': 0.3.9 943 + 944 + '@emnapi/runtime@1.8.1': 945 + dependencies: 946 + tslib: 2.8.1 947 + optional: true 599 948 600 949 '@esbuild/aix-ppc64@0.27.3': 601 950 optional: true ··· 675 1024 '@esbuild/win32-x64@0.27.3': 676 1025 optional: true 677 1026 1027 + '@img/colour@1.0.0': {} 1028 + 1029 + '@img/sharp-darwin-arm64@0.34.5': 1030 + optionalDependencies: 1031 + '@img/sharp-libvips-darwin-arm64': 1.2.4 1032 + optional: true 1033 + 1034 + '@img/sharp-darwin-x64@0.34.5': 1035 + optionalDependencies: 1036 + '@img/sharp-libvips-darwin-x64': 1.2.4 1037 + optional: true 1038 + 1039 + '@img/sharp-libvips-darwin-arm64@1.2.4': 1040 + optional: true 1041 + 1042 + '@img/sharp-libvips-darwin-x64@1.2.4': 1043 + optional: true 1044 + 1045 + '@img/sharp-libvips-linux-arm64@1.2.4': 1046 + optional: true 1047 + 1048 + '@img/sharp-libvips-linux-arm@1.2.4': 1049 + optional: true 1050 + 1051 + '@img/sharp-libvips-linux-ppc64@1.2.4': 1052 + optional: true 1053 + 1054 + '@img/sharp-libvips-linux-riscv64@1.2.4': 1055 + optional: true 1056 + 1057 + '@img/sharp-libvips-linux-s390x@1.2.4': 1058 + optional: true 1059 + 1060 + '@img/sharp-libvips-linux-x64@1.2.4': 1061 + optional: true 1062 + 1063 + '@img/sharp-libvips-linuxmusl-arm64@1.2.4': 1064 + optional: true 1065 + 1066 + '@img/sharp-libvips-linuxmusl-x64@1.2.4': 1067 + optional: true 1068 + 1069 + '@img/sharp-linux-arm64@0.34.5': 1070 + optionalDependencies: 1071 + '@img/sharp-libvips-linux-arm64': 1.2.4 1072 + optional: true 1073 + 1074 + '@img/sharp-linux-arm@0.34.5': 1075 + optionalDependencies: 1076 + '@img/sharp-libvips-linux-arm': 1.2.4 1077 + optional: true 1078 + 1079 + '@img/sharp-linux-ppc64@0.34.5': 1080 + optionalDependencies: 1081 + '@img/sharp-libvips-linux-ppc64': 1.2.4 1082 + optional: true 1083 + 1084 + '@img/sharp-linux-riscv64@0.34.5': 1085 + optionalDependencies: 1086 + '@img/sharp-libvips-linux-riscv64': 1.2.4 1087 + optional: true 1088 + 1089 + '@img/sharp-linux-s390x@0.34.5': 1090 + optionalDependencies: 1091 + '@img/sharp-libvips-linux-s390x': 1.2.4 1092 + optional: true 1093 + 1094 + '@img/sharp-linux-x64@0.34.5': 1095 + optionalDependencies: 1096 + '@img/sharp-libvips-linux-x64': 1.2.4 1097 + optional: true 1098 + 1099 + '@img/sharp-linuxmusl-arm64@0.34.5': 1100 + optionalDependencies: 1101 + '@img/sharp-libvips-linuxmusl-arm64': 1.2.4 1102 + optional: true 1103 + 1104 + '@img/sharp-linuxmusl-x64@0.34.5': 1105 + optionalDependencies: 1106 + '@img/sharp-libvips-linuxmusl-x64': 1.2.4 1107 + optional: true 1108 + 1109 + '@img/sharp-wasm32@0.34.5': 1110 + dependencies: 1111 + '@emnapi/runtime': 1.8.1 1112 + optional: true 1113 + 1114 + '@img/sharp-win32-arm64@0.34.5': 1115 + optional: true 1116 + 1117 + '@img/sharp-win32-ia32@0.34.5': 1118 + optional: true 1119 + 1120 + '@img/sharp-win32-x64@0.34.5': 1121 + optional: true 1122 + 678 1123 '@jridgewell/gen-mapping@0.3.13': 679 1124 dependencies: 680 1125 '@jridgewell/sourcemap-codec': 1.5.5 ··· 694 1139 '@jridgewell/resolve-uri': 3.1.2 695 1140 '@jridgewell/sourcemap-codec': 1.5.5 696 1141 1142 + '@jridgewell/trace-mapping@0.3.9': 1143 + dependencies: 1144 + '@jridgewell/resolve-uri': 3.1.2 1145 + '@jridgewell/sourcemap-codec': 1.5.5 1146 + 697 1147 '@polka/url@1.0.0-next.29': {} 698 1148 1149 + '@poppinss/colors@4.1.6': 1150 + dependencies: 1151 + kleur: 4.1.5 1152 + 1153 + '@poppinss/dumper@0.6.5': 1154 + dependencies: 1155 + '@poppinss/colors': 4.1.6 1156 + '@sindresorhus/is': 7.2.0 1157 + supports-color: 10.2.2 1158 + 1159 + '@poppinss/exception@1.2.3': {} 1160 + 699 1161 '@rollup/rollup-android-arm-eabi@4.57.1': 700 1162 optional: true 701 1163 ··· 770 1232 771 1233 '@rollup/rollup-win32-x64-msvc@4.57.1': 772 1234 optional: true 1235 + 1236 + '@sindresorhus/is@7.2.0': {} 1237 + 1238 + '@speed-highlight/core@1.2.14': {} 773 1239 774 1240 '@standard-schema/spec@1.1.0': {} 775 1241 ··· 777 1243 dependencies: 778 1244 acorn: 8.15.0 779 1245 780 - '@sveltejs/adapter-auto@7.0.1(@sveltejs/kit@2.52.0(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.51.2)(vite@7.3.1))(svelte@5.51.2)(typescript@5.9.3)(vite@7.3.1))': 1246 + '@sveltejs/adapter-cloudflare@7.2.7(@sveltejs/kit@2.52.0(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.51.2)(vite@7.3.1))(svelte@5.51.2)(typescript@5.9.3)(vite@7.3.1))(wrangler@4.66.0(@cloudflare/workers-types@4.20260217.0))': 781 1247 dependencies: 1248 + '@cloudflare/workers-types': 4.20260217.0 782 1249 '@sveltejs/kit': 2.52.0(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.51.2)(vite@7.3.1))(svelte@5.51.2)(typescript@5.9.3)(vite@7.3.1) 1250 + worktop: 0.8.0-next.18 1251 + wrangler: 4.66.0(@cloudflare/workers-types@4.20260217.0) 783 1252 784 1253 '@sveltejs/kit@2.52.0(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.51.2)(vite@7.3.1))(svelte@5.51.2)(typescript@5.9.3)(vite@7.3.1)': 785 1254 dependencies: ··· 831 1300 832 1301 axobject-query@4.1.0: {} 833 1302 1303 + blake3-wasm@2.1.5: {} 1304 + 834 1305 chokidar@4.0.3: 835 1306 dependencies: 836 1307 readdirp: 4.1.2 ··· 838 1309 clsx@2.1.1: {} 839 1310 840 1311 cookie@0.6.0: {} 1312 + 1313 + cookie@1.1.1: {} 841 1314 842 1315 deepmerge@4.3.1: {} 843 1316 1317 + detect-libc@2.1.2: {} 1318 + 844 1319 devalue@5.6.2: {} 1320 + 1321 + error-stack-parser-es@1.0.5: {} 845 1322 846 1323 esbuild@0.27.3: 847 1324 optionalDependencies: ··· 897 1374 dependencies: 898 1375 '@jridgewell/sourcemap-codec': 1.5.5 899 1376 1377 + miniflare@4.20260217.0: 1378 + dependencies: 1379 + '@cspotcode/source-map-support': 0.8.1 1380 + sharp: 0.34.5 1381 + undici: 7.18.2 1382 + workerd: 1.20260217.0 1383 + ws: 8.18.0 1384 + youch: 4.1.0-beta.10 1385 + transitivePeerDependencies: 1386 + - bufferutil 1387 + - utf-8-validate 1388 + 900 1389 mri@1.2.0: {} 901 1390 902 1391 mrmime@2.0.1: {} ··· 905 1394 906 1395 obug@2.1.1: {} 907 1396 1397 + path-to-regexp@6.3.0: {} 1398 + 1399 + pathe@2.0.3: {} 1400 + 908 1401 picocolors@1.1.1: {} 909 1402 910 1403 picomatch@4.0.3: {} ··· 916 1409 source-map-js: 1.2.1 917 1410 918 1411 readdirp@4.1.2: {} 1412 + 1413 + regexparam@3.0.0: {} 919 1414 920 1415 rollup@4.57.1: 921 1416 dependencies: ··· 952 1447 dependencies: 953 1448 mri: 1.2.0 954 1449 1450 + semver@7.7.4: {} 1451 + 955 1452 set-cookie-parser@3.0.1: {} 956 1453 1454 + sharp@0.34.5: 1455 + dependencies: 1456 + '@img/colour': 1.0.0 1457 + detect-libc: 2.1.2 1458 + semver: 7.7.4 1459 + optionalDependencies: 1460 + '@img/sharp-darwin-arm64': 0.34.5 1461 + '@img/sharp-darwin-x64': 0.34.5 1462 + '@img/sharp-libvips-darwin-arm64': 1.2.4 1463 + '@img/sharp-libvips-darwin-x64': 1.2.4 1464 + '@img/sharp-libvips-linux-arm': 1.2.4 1465 + '@img/sharp-libvips-linux-arm64': 1.2.4 1466 + '@img/sharp-libvips-linux-ppc64': 1.2.4 1467 + '@img/sharp-libvips-linux-riscv64': 1.2.4 1468 + '@img/sharp-libvips-linux-s390x': 1.2.4 1469 + '@img/sharp-libvips-linux-x64': 1.2.4 1470 + '@img/sharp-libvips-linuxmusl-arm64': 1.2.4 1471 + '@img/sharp-libvips-linuxmusl-x64': 1.2.4 1472 + '@img/sharp-linux-arm': 0.34.5 1473 + '@img/sharp-linux-arm64': 0.34.5 1474 + '@img/sharp-linux-ppc64': 0.34.5 1475 + '@img/sharp-linux-riscv64': 0.34.5 1476 + '@img/sharp-linux-s390x': 0.34.5 1477 + '@img/sharp-linux-x64': 0.34.5 1478 + '@img/sharp-linuxmusl-arm64': 0.34.5 1479 + '@img/sharp-linuxmusl-x64': 0.34.5 1480 + '@img/sharp-wasm32': 0.34.5 1481 + '@img/sharp-win32-arm64': 0.34.5 1482 + '@img/sharp-win32-ia32': 0.34.5 1483 + '@img/sharp-win32-x64': 0.34.5 1484 + 957 1485 sirv@3.0.2: 958 1486 dependencies: 959 1487 '@polka/url': 1.0.0-next.29 ··· 962 1490 963 1491 source-map-js@1.2.1: {} 964 1492 1493 + supports-color@10.2.2: {} 1494 + 965 1495 svelte-check@4.4.0(picomatch@4.0.3)(svelte@5.51.2)(typescript@5.9.3): 966 1496 dependencies: 967 1497 '@jridgewell/trace-mapping': 0.3.31 ··· 1000 1530 1001 1531 totalist@3.0.1: {} 1002 1532 1533 + tslib@2.8.1: 1534 + optional: true 1535 + 1003 1536 typescript@5.9.3: {} 1537 + 1538 + undici@7.18.2: {} 1539 + 1540 + unenv@2.0.0-rc.24: 1541 + dependencies: 1542 + pathe: 2.0.3 1004 1543 1005 1544 vite@7.3.1: 1006 1545 dependencies: ··· 1016 1555 vitefu@1.1.1(vite@7.3.1): 1017 1556 optionalDependencies: 1018 1557 vite: 7.3.1 1558 + 1559 + workerd@1.20260217.0: 1560 + optionalDependencies: 1561 + '@cloudflare/workerd-darwin-64': 1.20260217.0 1562 + '@cloudflare/workerd-darwin-arm64': 1.20260217.0 1563 + '@cloudflare/workerd-linux-64': 1.20260217.0 1564 + '@cloudflare/workerd-linux-arm64': 1.20260217.0 1565 + '@cloudflare/workerd-windows-64': 1.20260217.0 1566 + 1567 + worktop@0.8.0-next.18: 1568 + dependencies: 1569 + mrmime: 2.0.1 1570 + regexparam: 3.0.0 1571 + 1572 + wrangler@4.66.0(@cloudflare/workers-types@4.20260217.0): 1573 + dependencies: 1574 + '@cloudflare/kv-asset-handler': 0.4.2 1575 + '@cloudflare/unenv-preset': 2.13.0(unenv@2.0.0-rc.24)(workerd@1.20260217.0) 1576 + blake3-wasm: 2.1.5 1577 + esbuild: 0.27.3 1578 + miniflare: 4.20260217.0 1579 + path-to-regexp: 6.3.0 1580 + unenv: 2.0.0-rc.24 1581 + workerd: 1.20260217.0 1582 + optionalDependencies: 1583 + '@cloudflare/workers-types': 4.20260217.0 1584 + fsevents: 2.3.3 1585 + transitivePeerDependencies: 1586 + - bufferutil 1587 + - utf-8-validate 1588 + 1589 + ws@8.18.0: {} 1590 + 1591 + youch-core@0.3.3: 1592 + dependencies: 1593 + '@poppinss/exception': 1.2.3 1594 + error-stack-parser-es: 1.0.5 1595 + 1596 + youch@4.1.0-beta.10: 1597 + dependencies: 1598 + '@poppinss/colors': 4.1.6 1599 + '@poppinss/dumper': 0.6.5 1600 + '@speed-highlight/core': 1.2.14 1601 + cookie: 1.1.1 1602 + youch-core: 0.3.3 1019 1603 1020 1604 zimmerframe@1.1.4: {}
+1 -1
svelte.config.js
··· 1 - import adapter from '@sveltejs/adapter-auto'; 1 + import adapter from '@sveltejs/adapter-cloudflare'; 2 2 3 3 /** @type {import('@sveltejs/kit').Config} */ 4 4 const config = {
+5
wrangler.jsonc
··· 1 + { 2 + "name": "zenfo-co", 3 + "compatibility_date": "2025-02-17", 4 + "pages_build_output_dir": ".svelte-kit/cloudflare" 5 + }