diff --git a/platform/templates/analog/preset.json b/platform/templates/analog/preset.json index d81f7abff..41cd7894a 100644 --- a/platform/templates/analog/preset.json +++ b/platform/templates/analog/preset.json @@ -3,6 +3,19 @@ { "type": "copy" }, + { + "type": "patch", + "properties": { + "file": "package.json", + "patch": [ + { + "op": "add", + "path": "/overrides/nitropack", + "value": "npm:nitropack-nightly@latest" + } + ] + } + }, { "type": "npm", "properties": { diff --git a/platform/templates/nuxt/preset.json b/platform/templates/nuxt/preset.json index d721657ff..30071bd77 100644 --- a/platform/templates/nuxt/preset.json +++ b/platform/templates/nuxt/preset.json @@ -3,6 +3,19 @@ { "type": "copy" }, + { + "type": "patch", + "properties": { + "file": "package.json", + "patch": [ + { + "op": "add", + "path": "/overrides/nitropack", + "value": "npm:nitropack-nightly@latest" + } + ] + } + }, { "type": "npm", "properties": {