0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00
verdaccio/netlify.toml

28 lines
566 B
TOML
Raw Normal View History

[build]
command = "pnpm build"
publish = "build/"
2021-07-11 08:54:53 -05:00
2021-07-11 08:56:49 -05:00
[build.environment]
NPM_FLAGS="--prefix=/dev/null"
NODE_VERSION = "14"
2021-07-11 08:56:49 -05:00
[context.production]
command = "pnpm netlify:build:production"
[context.deploy-preview]
command = "pnpm netlify:build:deployPreview"
[context.branch-deploy]
command = "pnpm netlify:build:deployPreview"
2021-07-11 08:54:53 -05:00
[[plugins]]
package = "../.netlify/netlify-plugin-pnpm"
2023-12-23 05:07:12 -05:00
[[headers]]
2023-12-23 05:40:02 -05:00
for = "/*"
[headers.values]
X-Frame-Options = "DENY"
X-XSS-Protection = "1; mode=block"
X-Content-Type-Options = "nosniff"
Referrer-Policy = "no-referrer"