Skip to content

Commit

Permalink
Putting override back in nuxt preset
Browse files Browse the repository at this point in the history
  • Loading branch information
jayair committed Sep 24, 2024
1 parent 861944c commit 834f7c4
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
13 changes: 13 additions & 0 deletions platform/templates/analog/preset.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
13 changes: 13 additions & 0 deletions platform/templates/nuxt/preset.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 834f7c4

Please sign in to comment.