Closed jaller94 closed 4 years ago
Instead of node start (which would run a ./start.js file), shouldn't it say node start to run the script in package.json?
node start
./start.js
package.json
Instead of
node start
(which would run a./start.js
file), shouldn't it saynode start
to run the script inpackage.json
?