Commit graph

4 commits

Author SHA1 Message Date
ccbikai
efbd6c7994 chore: update Node.js version and optimize build configuration 2025-05-21 12:15:04 +08:00
ccbikai
f215c58eae chore: disable sourcemaps and update build configs
- Disables sourcemap generation in Nuxt for production optimization
- Adds esbuild to pnpm workspace built dependencies
- Updates Cloudflare Worker configuration to use Node.js compatibility mode
- Removes source map upload from worker configuration

These changes optimize the production build process and enhance worker compatibility.v
2025-05-20 21:32:27 +08:00
ccbikai
13b3f5a8ea feat: configure workers env and enforce compatibility
Enhances Cloudflare Workers configuration and compatibility settings:

- Enables worker execution based on provider/runtime conditions
- Sets compatibility date specifically for Cloudflare to 2025-05-08
- Enforces module compatibility through experimental flag
- Configures Wrangler with proper asset bindings and server entry point

This update improves deployment reliability and ensures consistent behavior across different environments.
2025-05-20 21:12:19 +08:00
ccbikai
bd47e755d5 feat: init 2024-05-25 08:09:30 +08:00