Difference between revisions of "Heroku Node.js support"

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

Latest revision as of 03:21, 1 March 2022

Advertising: