Files
shields/now.json
Paul Melnikow 9882a44e56 Configure for deployment with zeit now (#1308)
I'm experimenting with Zeit Now as another hosting option. These changes enable a working deployment.
2017-12-04 18:25:16 -05:00

25 lines
398 B
JSON

{
"name": "shields",
"files": [
"*.js",
"*.png",
"build/",
"frontend/",
"lib/",
"logo/",
"pages/",
"public/",
"static/",
"templates/",
"!**/*.spec.js",
"!**/*.integration.js"
],
"env": {
"PERSISTENCE_DIR": "/tmp/persistence",
"SHIELDS_ANALYTICS_FILE": "/tmp/analytics.json"
},
"type": "npm",
"engines": {
"node": "8.x"
}
}