Skip to content

Commit

Permalink
init: do not insert sst dev into package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
thdxr committed Jul 26, 2024
1 parent 7dbbbfd commit 9eddeb1
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 60 deletions.
Empty file removed examples/aws-hono/foo/package.json
Empty file.
12 changes: 0 additions & 12 deletions platform/templates/astro/preset.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,6 @@
{
"type": "copy"
},
{
"type": "patch",
"properties": {
"file": "package.json",
"regex": [
{
"find": "\"dev\":\\s*\"([^\"]+)\"",
"replace": "\"dev\": \"sst dev $1\""
}
]
}
},
{
"type": "npm",
"properties": {
Expand Down
12 changes: 0 additions & 12 deletions platform/templates/nextjs/preset.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,6 @@
{
"type": "copy"
},
{
"type": "patch",
"properties": {
"file": "package.json",
"regex": [
{
"find": "\"dev\":\\s*\"([^\"]+)\"",
"replace": "\"dev\": \"sst dev $1\""
}
]
}
},
{
"type": "patch",
"properties": {
Expand Down
6 changes: 0 additions & 6 deletions platform/templates/nuxt/preset.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@
"path": "/overrides/nitropack",
"value": "npm:nitropack-nightly@latest"
}
],
"regex": [
{
"find": "\"dev\":\\s*\"([^\"]+)\"",
"replace": "\"dev\": \"sst dev $1\""
}
]
}
},
Expand Down
12 changes: 0 additions & 12 deletions platform/templates/remix/preset.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,6 @@
{
"type": "copy"
},
{
"type": "patch",
"properties": {
"file": "package.json",
"regex": [
{
"find": "\"dev\":\\s*\"([^\"]+)\"",
"replace": "\"dev\": \"sst dev $1\""
}
]
}
},
{
"type": "npm",
"properties": {
Expand Down
6 changes: 0 additions & 6 deletions platform/templates/solid-start/preset.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@
"path": "/overrides/nitropack",
"value": "npm:nitropack-nightly@latest"
}
],
"regex": [
{
"find": "\"dev\":\\s*\"([^\"]+)\"",
"replace": "\"dev\": \"sst dev $1\""
}
]
}
},
Expand Down
12 changes: 0 additions & 12 deletions platform/templates/svelte-kit/preset.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,6 @@
{
"type": "copy"
},
{
"type": "patch",
"properties": {
"file": "package.json",
"regex": [
{
"find": "\"dev\":\\s*\"([^\"]+)\"",
"replace": "\"dev\": \"sst dev $1\""
}
]
}
},
{
"type": "npm",
"properties": {
Expand Down

0 comments on commit 9eddeb1

Please sign in to comment.