From 834f7c4dea06316d319117c87aea3b2779c471cb Mon Sep 17 00:00:00 2001 From: Jay V Date: Tue, 24 Sep 2024 12:52:19 -0400 Subject: [PATCH] Putting override back in nuxt preset --- platform/templates/analog/preset.json | 13 +++++++++++++ platform/templates/nuxt/preset.json | 13 +++++++++++++ 2 files changed, 26 insertions(+) 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": {