hi all! the docs for Node currently say use to npm start, ie "your local environment with the development tools that you usually use," to run an app locally:
https://cloud.google.com/appengine/docs/standard/nodejs/testing-and-deploying-your-app#running_locally this works fine for URLs handled by Node, but it doesn't serve static files handled by app.yaml, so testing an app manually locally is difficult (or impossible) since it won't have static HTML, CSS, JS, etc. other language runtimes use eg dev_appserver to serve both dynamic and static file handlers. are there plans for anything similar for Node? -- 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/cf83608f-e409-4d42-a4fa-8d2d2f080c5b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
