Skip to content

Conversation

@nchopra
Copy link
Member

@nchopra nchopra commented Nov 13, 2025

  • Introduced a new assets application to serve static scripts for attribution tracking and referral widgets via Cloudflare.
  • Implemented build scripts to copy and prepare assets for deployment, including versioning and checksum generation.
  • Configured CORS and caching headers for optimal performance in production.
  • Added comprehensive README documentation for setup, deployment, and usage instructions.
  • Updated environment variables in the webapp to point to the new assets service.
  • Created necessary configuration files for TypeScript, Wrangler, and Git ignore settings.
  • Enhanced the overall project structure to support the new assets service.

- Introduced a new `assets` application to serve static scripts for attribution tracking and referral widgets via Cloudflare.
- Implemented build scripts to copy and prepare assets for deployment, including versioning and checksum generation.
- Configured CORS and caching headers for optimal performance in production.
- Added comprehensive README documentation for setup, deployment, and usage instructions.
- Updated environment variables in the webapp to point to the new assets service.
- Created necessary configuration files for TypeScript, Wrangler, and Git ignore settings.
- Enhanced the overall project structure to support the new assets service.
- Updated the assets service to utilize the new Cloudflare Workers Static Assets platform, replacing the previous Pages setup.
- Introduced a Worker script (`src/index.ts`) for handling routing, caching, and CORS headers.
- Replaced `wrangler.jsonc` with `wrangler.toml` for configuration, aligning with the new architecture.
- Removed obsolete `_headers` and `_redirects` files, now managed by the Worker.
- Enhanced TypeScript support and added necessary dependencies for the new setup.
- Updated README and migration documentation to reflect changes and provide guidance for deployment and local testing.
@vercel
Copy link

vercel bot commented Nov 13, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
refref-app Error Error Nov 13, 2025 2:21am

@nchopra nchopra merged commit b244b90 into main Nov 13, 2025
5 of 6 checks passed
@nchopra nchopra deleted the assets branch November 13, 2025 02:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants