Skip to content

Commit

Permalink
demo.fix: turn off browser open
Browse files Browse the repository at this point in the history
this turns it off for everyone, not just codesandbox.
but the cli doesn't currently properly forward vite props (redwoodjs/redwood#9209)
  at the moment
  • Loading branch information
colbywhite committed Dec 15, 2023
1 parent 0ab2ea8 commit 8b5e714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redwood.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
[api]
port = 8911
[browser]
open = true
open = false
[notifications]
versionUpdates = ["latest"]

0 comments on commit 8b5e714

Please sign in to comment.