chat-gpt-api
chat-gpt-api copied to clipboard
fix: add dev script
The video states that in order to run the project, we should type: npm run dev The script is missing in the package.json, this PR fixes that
Reproduction Steps : clone the project install the dependencies : npm i create a .env file and add the API TOKEN run the project : npm run dev you'll get an error