Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

app.json 289 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  1. {
  2. "name": "docs.github.com",
  3. "env": {
  4. "NODE_ENV": "production",
  5. "NPM_CONFIG_PRODUCTION": "true",
  6. "ENABLED_LANGUAGES": "en"
  7. },
  8. "buildpacks": [
  9. { "url": "heroku/nodejs" }
  10. ],
  11. "formation": {
  12. "web": {
  13. "quantity": 1,
  14. "size": "standard-2x"
  15. }
  16. }
  17. }
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...