This repository has no description
0

Configure Feed

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

core / web / scripts / deploy-cloudflare-dev.sh
356 B 9 lines
1#!/bin/sh 2set -eu 3 4export SVELTE_ADAPTER="${SVELTE_ADAPTER:-cloudflare}" 5export VITE_OAUTH_CLIENT_ID="${VITE_OAUTH_CLIENT_ID:-https://next.tangled.org/oauth-client-metadata.json}" 6export VITE_OAUTH_REDIRECT_URI="${VITE_OAUTH_REDIRECT_URI:-https://next.tangled.org/oauth/callback}" 7 8pnpm run build 9exec pnpm exec wrangler deploy --config wrangler.dev.jsonc