Major Bugfix. Fix server component client compatibility
This commit is contained in:
Vendored
+1
-1
@@ -9,7 +9,7 @@ import { type FSWatcher } from "fs";
|
||||
declare global {
|
||||
var ORA_SPINNER: Ora;
|
||||
var CONFIG: BunextConfig;
|
||||
var SERVER: Server | undefined;
|
||||
var SERVER: Server<any> | undefined;
|
||||
var RECOMPILING: boolean;
|
||||
var WATCHER_TIMEOUT: any;
|
||||
var ROUTER: FileSystemRouter;
|
||||
|
||||
Reference in New Issue
Block a user