The start command above was the only script changing path we used. For now 
we solved it by removing the cd command altogether by restructuring our 
folders.

{
 ...,
 "scripts": {
   "start": "node -r ./ts-paths.js dist/src/server.js"
 }
}

I checked the available system packages in the documentation and noticed 
*cd* is not part of them.
https://cloud.google.com/appengine/docs/standard/nodejs/reference/system-packages

Could it  be never officially supported and got removed altogether on the 
day our app broke?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/c9491159-cfa0-4bd6-b712-9f15df86cd53%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to