I'm experimenting with Zeit Now as another hosting option. These changes enable a working deployment.
25 lines
398 B
JSON
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"
|
|
}
|
|
} |