nitropack-nightly 2.12.0-20250715-003210.e2dc6385 → 2.12.0-20250715-004225.f684df2f

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.
@@ -2005,9 +2005,6 @@ async function prerender(nitro) {
2005
2005
  ...nitro.options._config,
2006
2006
  static: false,
2007
2007
  rootDir: nitro.options.rootDir,
2008
- output: {
2009
- serverDir: "{{ buildDir }}/prerender"
2010
- },
2011
2008
  logLevel: 0,
2012
2009
  preset: "nitro-prerender"
2013
2010
  };
@@ -1,4 +1,4 @@
1
- const version = "2.12.0-20250715-003210.e2dc6385";
1
+ const version = "2.12.0-20250715-004225.f684df2f";
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.0-20250715-003210.e2dc6385",
3
+ "version": "2.12.0-20250715-004225.f684df2f",
4
4
  "description": "Build and Deploy Universal JavaScript Servers",
5
5
  "repository": "nitrojs/nitro",
6
6
  "license": "MIT",