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