We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'll fixing problems that occurred in preparing the development environment on Windows.
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,
localhostForwarding=True
.wslconfig
Required ports are not automatically forwarded.
→Survey to can automatically forwarded and so if it can't and edit to forward necessary ports manually.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'll fixing problems that occurred in preparing the development environment on Windows.
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.
The text was updated successfully, but these errors were encountered: