nitro-nightly 3.0.1-20260105-153329-df7fd85e → 3.0.1-20260106-111729-02aef37b

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.
package/dist/_presets.mjs CHANGED
@@ -1600,7 +1600,7 @@ const vercel = defineNitroPreset({
1600
1600
  publicDir: "{{ output.dir }}/static/{{ baseURL }}"
1601
1601
  },
1602
1602
  commands: {
1603
- preview: "",
1603
+ preview: "npx srvx --static ../../static ./functions/__server.func/index.mjs",
1604
1604
  deploy: "npx vercel deploy --prebuilt"
1605
1605
  },
1606
1606
  hooks: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nitro-nightly",
3
- "version": "3.0.1-20260105-153329-df7fd85e",
3
+ "version": "3.0.1-20260106-111729-02aef37b",
4
4
  "description": "Build and Deploy Universal JavaScript Servers",
5
5
  "homepage": "https://nitro.build",
6
6
  "repository": "nitrojs/nitro",