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
yarn dev
cd into server: yarn dev error Command "dev" not found.
"scripts": { "start": "nodemon -e js,graphql -x node -r dotenv/config src/index.js", "debug": "nodemon -e js,graphql -x node --inspect -r dotenv/config src/index.js", "nodemon": "nodemon" },
The text was updated successfully, but these errors were encountered:
you have to choosse between start, debug or nodemon which does nothing 🤦
Sorry, something went wrong.
No branches or pull requests
cd into server:
yarn dev
error Command "dev" not found.
The text was updated successfully, but these errors were encountered: