fix playground on windows: rsbuild does not implement --root option for win
This commit is contained in:
parent
76bed4d496
commit
74fe84e10d
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@
|
|||
"run-playground": "run-p watch-mesher watch-other-workers watch-playground",
|
||||
"run-all": "run-p start run-playground",
|
||||
"build-playground": "rsbuild build --config prismarine-viewer/rsbuild.config.ts",
|
||||
"watch-playground": "rsbuild dev --root ./prismarine-viewer"
|
||||
"watch-playground": "rsbuild dev --config prismarine-viewer/rsbuild.config.ts"
|
||||
},
|
||||
"keywords": [
|
||||
"prismarine",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue