Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Workerd for local development (#1184)
* Apply multiple log replacers instead of only the first match * Basic workerd integration * Cleanup logs * Add Oxygen headers to request * Setup basic inspector connection * Full parity with MiniOxygen logging * Fix MiniOxygen entry worker * Fix log replacer * Only serve known assets * Find nearest free port * Find port for inspector * Use waitUntil for logger. Minor refactor * Restore integrity in package-lock for turbo and ast-grep * Update miniflare * Do not show undefined cause in errors * Move workerd logic * Restore MiniOxygen v1 * Restore logs for MiniOxygen * Fix port after merge * Move mini-oxygen v2 logic * Unify API * Toggle between node and worker with a CLI flag * Use Oxygen headers in Node * Fix package-lock for turbo and ast-grep * Fix package-lock for typescript * Use mime lookup from cli-kit * Extract oxygen headers logic * Add notice about debug-network support * Rename native-unstable flag to worker-unstable * Filter out non-actionable warnings and errors * Stream files * Load remote env vars in preview command * Avoid cloning requests * Use sets to find asset matches * Update Miniflare version * Changesets * Hide the unsupported debug-network line for worker runtime * Update Miniflare version to drop subdependencies
- Loading branch information