1
mirror of https://github.com/jakejarvis/domainstack.io.git synced 2025-12-02 19:33:48 -05:00
Files
domainstack.io/vercel.json

11 lines
217 B
JSON

{
"$schema": "https://openapi.vercel.sh/vercel.json",
"build": {
"env": {
"ENABLE_EXPERIMENTAL_COREPACK": "1",
"NPM_CONFIG_NODE_LINKER": "hoisted",
"PUPPETEER_SKIP_DOWNLOAD": "1"
}
}
}