feat: restore gateway HMR and add WRN formatting
This commit is contained in:
@@ -28,9 +28,9 @@ import { createHandlers, type WsData } from "./runtime.ts";
|
||||
import { createDevAssetServer } from "./assets.ts";
|
||||
import { HmrHub } from "./hmr.ts";
|
||||
import { startWatcher } from "./watch.ts";
|
||||
import { RESTART_EXIT_CODE } from "./restart.ts";
|
||||
|
||||
/** Exit code the child uses to ask the dev supervisor for a fresh process. */
|
||||
export const RESTART_EXIT_CODE = 97;
|
||||
export { RESTART_EXIT_CODE } from "./restart.ts";
|
||||
|
||||
export interface ServeOptions {
|
||||
appDir: string;
|
||||
|
||||
Reference in New Issue
Block a user