I'll fixing problems that occurred in preparing the development environment on Windows. - [x] Dependency problem with webpack in editor → Add the dependency to package.json in the editor directory - [ ] Problem of trying to open wsl(Docker) browser when opening localhost with dev command in playground → Edit the dev command to opening browser on the windows side or prevent it from opening automatically. - [ ] Not able to access the server to the wsl side, →Edit to be automatically adding `localhostForwarding=True` to `.wslconfig` in user home, - [ ] Required ports are not automatically forwarded. →Survey to can automatically forwarded and so if it can't and edit to forward necessary ports manually.