fix playground on windows: rsbuild does not implement --root option for win

This commit is contained in:
Vitaly 2024-09-11 19:27:17 +03:00
commit 74fe84e10d

View file

@ -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",