security-checklist/now.json
2019-01-12 17:52:43 -08:00

11 lines
No EOL
196 B
JSON

{
"version": 2,
"alias": ["securitycheckli.st"],
"github": {
"silent": true
},
"name": "security-checklist",
"builds": [
{ "src": "next.config.js", "use": "@now/next" }
]
}