chore: adjusted cloudflare deployment

Removed massive images slowing
our site

Fixed rate limters for upstash

Fixed docker build issue

Updated documentation
This commit is contained in:
Logan Reeder
2025-07-10 12:58:09 -06:00
parent cf2f4e8f24
commit e365c79cbb
21 changed files with 273 additions and 381 deletions

View File

@@ -9,7 +9,7 @@
"dev:hot": "bun --hot src/index.ts",
"build": "bun build src/index.ts --target bun --outdir dist",
"start": "bun dist/index.js",
"deploy": "bunx wrangler deploy --env production",
"deploy": "bunx wrangler deploy --env production --keep-vars",
"docker:build": "bun run build && docker build -t nimbus-server-manual .",
"docker:run": "source .env && docker run --name nimbus-server-manual --env-file .env -p $SERVER_PORT:$SERVER_PORT nimbus-server-manual:latest",
"docker:up": "bun run build && docker compose up -d",