nitropack-nightly 2.11.12-20250512-222532.633cf4ed → 2.11.12-20250512-222705.6e1e4f7d

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1119,6 +1119,7 @@ async function createNitro(config = {}, opts = {}) {
1119
1119
  nitro.options.virtual["#imports"] = () => nitro.unimport?.toExports() || "";
1120
1120
  nitro.options.virtual["#nitro"] = 'export * from "#imports"';
1121
1121
  }
1122
+ await scanHandlers(nitro);
1122
1123
  return nitro;
1123
1124
  }
1124
1125
 
@@ -1,4 +1,4 @@
1
- const version = "2.11.12-20250512-222532.633cf4ed";
1
+ const version = "2.11.12-20250512-222705.6e1e4f7d";
2
2
 
3
3
  const compatibilityChanges = [
4
4
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nitropack-nightly",
3
- "version": "2.11.12-20250512-222532.633cf4ed",
3
+ "version": "2.11.12-20250512-222705.6e1e4f7d",
4
4
  "description": "Build and Deploy Universal JavaScript Servers",
5
5
  "repository": "nitrojs/nitro",
6
6
  "license": "MIT",