To access window's localhost from wsl, you can set networkingMode=mirrored in .wslconfig
Reference:
https://learn.microsoft.com/en-us/windows/wsl/wsl-config#configuration-settings-for-wslconfig
To access window's localhost from wsl, you can set networkingMode=mirrored in .wslconfig
Reference:
https://learn.microsoft.com/en-us/windows/wsl/wsl-config#configuration-settings-for-wslconfig
Use the following alias:
alias nt='wt.exe -w 0 wsl'
It means starting a new terminal (tab) in the same window (-w 0) , and run a command wsl with it.
To add CSP to root if sort of funny. The following will NOT work for most cases !! <LocationMatch "^/$"> Header s...