nitro-nightly 3.0.1-20260121-183513-28f908a5 → 3.0.1-20260122-173608-d4f5eafd
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 +5 -1
- package/package.json +1 -1
package/dist/_presets.mjs
CHANGED
|
@@ -1392,7 +1392,11 @@ const ISR_URL_PARAM = "__isr_route";
|
|
|
1392
1392
|
|
|
1393
1393
|
//#endregion
|
|
1394
1394
|
//#region src/presets/vercel/utils.ts
|
|
1395
|
-
const SUPPORTED_NODE_VERSIONS = [
|
|
1395
|
+
const SUPPORTED_NODE_VERSIONS = [
|
|
1396
|
+
20,
|
|
1397
|
+
22,
|
|
1398
|
+
24
|
|
1399
|
+
];
|
|
1396
1400
|
const FALLBACK_ROUTE = "/__server";
|
|
1397
1401
|
const ISR_SUFFIX = "-isr";
|
|
1398
1402
|
const SAFE_FS_CHAR_RE = /[^a-zA-Z0-9_.[\]/]/g;
|