Update dev server
This commit is contained in:
@@ -131,6 +131,8 @@ export default async function grabPageComponent(params) {
|
||||
await serverPostBuildFn();
|
||||
return component_retried;
|
||||
}
|
||||
global.BUNEXT_PAGES_SRC_WATCHER?.close();
|
||||
watcherEsbuildCTX();
|
||||
}
|
||||
global.BUNEXT_REBUILD_RETRIES = 0;
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@moduletrace/bunext",
|
||||
"version": "1.1.4",
|
||||
"version": "1.1.5",
|
||||
"main": "dist/index.js",
|
||||
"module": "index.ts",
|
||||
"dependencies": {
|
||||
|
||||
@@ -188,6 +188,9 @@ export default async function grabPageComponent(
|
||||
await serverPostBuildFn();
|
||||
return component_retried;
|
||||
}
|
||||
|
||||
global.BUNEXT_PAGES_SRC_WATCHER?.close();
|
||||
watcherEsbuildCTX();
|
||||
}
|
||||
|
||||
global.BUNEXT_REBUILD_RETRIES = 0;
|
||||
|
||||
Reference in New Issue
Block a user