关于
The Bun Hot Reloading skill provides comprehensive guidance for optimizing the developer experience using the Bun runtime. It enables Claude to implement both --watch mode for process restarts and --hot mode for seamless module reloading without losing application state. By utilizing patterns like globalThis for persistence and the import.meta.hot API for cleanup, this skill helps developers build highly responsive backends and servers that update instantly as code changes. It is particularly useful for building Bun.serve applications, running persistent test suites, and integrating with modern frontend tools like Vite.