Difference between revisions of "Heroku Node.js support"

From wikieduonline
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
https://devcenter.heroku.com/articles/nodejs-support
 
https://devcenter.heroku.com/articles/nodejs-support
 +
 +
<code>[[package.json]]</code>
 +
 +
"scripts": {
 +
  "start": "[[node index.js]]",
 +
  "[[build]]": "[[ng build]]",
 +
  "heroku-postbuild": "ng build --prod" // this will be run on Heroku
 +
}
  
 
== Related ==
 
== Related ==
* <code>[[package.json]]</code>
+
* [[Heroku Review Apps]]
 +
* <code>[[procfile]], [[app.json]]</code>
  
 
== See also ==
 
== See also ==

Latest revision as of 03:21, 1 March 2022

Advertising: