Skip to content

Commit

Permalink
fix: update toml
Browse files Browse the repository at this point in the history
  • Loading branch information
charlypoly committed Sep 15, 2023
1 parent 77c6dad commit 24c20eb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/defer-rw-setup/src/plugin/tasks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,9 @@ export const updateTomlConfig = () => {
"[experimental.cli]",
`
[experimental.cli]
autoInstall = true
[[experimental.cli.plugins]]
package = "@defer/redwood"`
autoInstall = true
[[experimental.cli.plugins]]
package = "@defer/redwood"`
),
{
existingFiles: "OVERWRITE",
Expand All @@ -167,9 +167,9 @@ autoInstall = true
"[experimental.cli]",
`
[experimental.cli]
autoInstall = false
[[experimental.cli.plugins]]
package = "@defer/redwood"`
autoInstall = false
[[experimental.cli.plugins]]
package = "@defer/redwood"`
),
{
existingFiles: "OVERWRITE",
Expand Down

0 comments on commit 24c20eb

Please sign in to comment.