verdaccio-gae-ah
v0.0.3
Published
A Verdaccio middleware plugin that handles Google App Engine /_ah/* requests like /_ah/warmup
Downloads
2
Maintainers
Readme
verdaccio-gae-ah
A Verdaccio middleware plugin that handles Google App Engine /_ah/*
requests like /_ah/warmup
.
Installation
First, install Verdaccio as a project, see How to install Verdaccio.
Then, within the Verdaccio project folder:
$ npm i verdaccio-gae-ah
Configuration
Add the following to the middlewares
section of the Verdaccio config.yaml
file:
middlewares:
gae-ah:
enabled: true
If enabled
is true
Verdaccio server is answering requests like /_ah/start
or /_ah/warmup
with HTTP 200 and the following JSON response:
{
"ready": true
}