Skip to content

Commit

Permalink
chore: Don't pass --open flag in dev command
Browse files Browse the repository at this point in the history
  • Loading branch information
icidasset committed Mar 11, 2024
1 parent 8378a1a commit c76ab84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/audio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"main": "src/main.jsx",
"scripts": {
"lint": "tsc --build && eslint . && prettier --check '**/*.{js,jsx,ts,tsx,yml,json,css}' --ignore-path ../../.gitignore",
"dev": "rsbuild dev --open",
"dev": "rsbuild dev",
"build": "rsbuild build",
"preview": "rsbuild preview"
},
Expand Down

0 comments on commit c76ab84

Please sign in to comment.