Difference between revisions of "Heroku Node.js support"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
https://devcenter.heroku.com/articles/nodejs-support
 
https://devcenter.heroku.com/articles/nodejs-support
  
== Related ==
+
<code>[[package.json]]</code>
* <code>[[package.json]]</code>
+
 
 +
"scripts": {
 +
  "start": "node index.js",
 +
  "build": "[[ng build]]",
 +
  "heroku-postbuild": "ng build --prod" // this will be run on Heroku
 +
}
  
 
== See also ==
 
== See also ==

Revision as of 11:31, 22 February 2022

Advertising: