You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It creates a file called 3000 # Optional: Defaults to 3000 and runs the server on that port. The dotenv version supports inline comments but this doesn't. Although this being a security risk is improbable but still, creating a file seems very risky.
webpack.config.mjs:
.env
$ ls -al total 1400 srwxrwxr-x 1 vyom vyom 0 Aug 20 20:52 '3000 # Optional: Defaults to 3000'
Dependencies:
It creates a file called
3000 # Optional: Defaults to 3000
and runs the server on that port. Thedotenv
version supports inline comments but this doesn't. Although this being a security risk is improbable but still, creating a file seems very risky.cc @mrsteele
The text was updated successfully, but these errors were encountered: