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
I have a package.json set up with a "server" script. Running nodenv server triggers start instead of server/index.js.
The setup is the generic create-react-app folder. A subfolder added named server with an index.js file inside. The index.js is generic test Express app. Package.json has only been modified to include the script to run nodenv.
The text was updated successfully, but these errors were encountered:
I have a package.json set up with a "server" script. Running
nodenv server
triggersstart
instead ofserver/index.js
.The setup is the generic create-react-app folder. A subfolder added named server with an index.js file inside. The index.js is generic test Express app. Package.json has only been modified to include the script to run nodenv.
The text was updated successfully, but these errors were encountered: