schemas icon indicating copy to clipboard operation
schemas copied to clipboard

static deployments can't have env

Open OlliV opened this issue 5 years ago • 0 comments

I don't think this should be a valid now.json:

{
  "type": "static",
  "env": {
    "NPM_TOKEN": "@npm-token",
  }
}

As far as I know only build time env makes sense for static deployments.

OlliV avatar Sep 14 '18 01:09 OlliV