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
the ts-node, typescript and other devdependencies are deleted after deployment on heroku instead add it in dependencies only. "dependencies": { "dotenv": "^8.2.0", "express": "^4.17.1", "node-fetch": "^2.6.1", "util": "^0.12.3", "webhook-discord": "^3.7.4", "ts-node": "^8.10.2", "typescript": "^3.9.7", "@types/body-parser": "^1.19.0", "@types/express": "^4.17.7", "@types/node-fetch": "^2.5.7" }
"dependencies": { "dotenv": "^8.2.0", "express": "^4.17.1", "node-fetch": "^2.6.1", "util": "^0.12.3", "webhook-discord": "^3.7.4", "ts-node": "^8.10.2", "typescript": "^3.9.7", "@types/body-parser": "^1.19.0", "@types/express": "^4.17.7", "@types/node-fetch": "^2.5.7" }
The text was updated successfully, but these errors were encountered:
Remove DevDependencies
0e0a450
They're deleted by Heroku. At least according to this issue: ezolla#2
No branches or pull requests
the ts-node, typescript and other devdependencies are deleted after deployment on heroku instead add it in dependencies only.
"dependencies": { "dotenv": "^8.2.0", "express": "^4.17.1", "node-fetch": "^2.6.1", "util": "^0.12.3", "webhook-discord": "^3.7.4", "ts-node": "^8.10.2", "typescript": "^3.9.7", "@types/body-parser": "^1.19.0", "@types/express": "^4.17.7", "@types/node-fetch": "^2.5.7" }
The text was updated successfully, but these errors were encountered: