nitropack-nightly 2.12.2-20250716-173745.6df77925 → 2.12.3-20250717-065208.e11a7435

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.
@@ -749,7 +749,7 @@ async function _loadUserConfig(configOverrides = {}, opts = {}) {
749
749
  static: getConf("static"),
750
750
  dev: true,
751
751
  compatibilityDate: compatibilityDate || fallbackCompatibilityDate
752
- }).then((p) => p?._meta?.name).catch(() => "nitro-dev") : "nitro-dev";
752
+ }).then((p) => p?._meta?.name || "nitro-dev").catch(() => "nitro-dev") : "nitro-dev";
753
753
  } else if (!preset) {
754
754
  preset = await resolvePreset("", {
755
755
  static: getConf("static"),
@@ -1,4 +1,4 @@
1
- const version = "2.12.2-20250716-173745.6df77925";
1
+ const version = "2.12.3-20250717-065208.e11a7435";
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.12.2-20250716-173745.6df77925",
3
+ "version": "2.12.3-20250717-065208.e11a7435",
4
4
  "description": "Build and Deploy Universal JavaScript Servers",
5
5
  "repository": "nitrojs/nitro",
6
6
  "license": "MIT",