Skip to content

refactor(worker): replace server.ts with app.ts, remove load-context.ts, and update wrangler.jsonc #45

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 28, 2025

Conversation

foxlau
Copy link
Owner

@foxlau foxlau commented Apr 28, 2025

  • Introduced app.ts to handle requests and context for the application.
  • Removed load-context.ts and server.ts as part of the refactor.
  • Updated wrangler.jsonc to point to app.ts as the main entry point.
  • Adjusted compatibility date and flags in wrangler.jsonc.
  • Commented out backup workflow configurations and related triggers in wrangler.jsonc.
  • Optimized authentication by using Cloudflare Workers environment variables.
  • Added auth middleware to enhance request handling security.

foxlau added 2 commits March 15, 2025 03:39
…ts, and update wrangler.jsonc

- Introduced app.ts to handle requests and context for the application.
- Removed load-context.ts and server.ts as part of the refactor.
- Updated wrangler.jsonc to point to app.ts as the main entry point.
- Adjusted compatibility date and flags in wrangler.jsonc.
- Commented out backup workflow configurations and related triggers in wrangler.jsonc.
- Optimized authentication by using Cloudflare Workers environment variables.
- Added auth middleware to enhance request handling security.
@foxlau foxlau force-pushed the cloudflare-vite-plugin branch from fb4d24a to cdd09bc Compare April 28, 2025 02:02
@foxlau foxlau merged commit ba480d0 into main Apr 28, 2025
2 checks passed
@foxlau foxlau deleted the cloudflare-vite-plugin branch April 28, 2025 03:16
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.

1 participant