Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

deploy nestjs app engine

{
    ...
+  "main": "dist/main.js",
   "scripts": {
...
-    "build": "nest build",
+    "build": "tsc -p tsconfig.build.json",
+    "gcp-build": "npm run build",
...
-    "start": "nest start",
+    "start": "node ./dist/main.js",    
   }
...
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #deploy #nestjs #app #engine
ADD COMMENT
Topic
Name
3+7 =