researching heroku support

pull/11/head
Isaac Grynsztein 6 years ago
parent 042baa418b
commit 2ced7b7f91

@ -4,12 +4,13 @@
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
"start": "ng serve", "start": "node backend/app.js",
"build": "ng build", "build": "ng build",
"test": "ng test", "test": "ng test",
"lint": "ng lint", "lint": "ng lint",
"e2e": "ng e2e", "e2e": "ng e2e",
"electron": "ng build --base-href ./ && electron ." "electron": "ng build --base-href ./ && electron .",
"postinstall": "ng build --prod && mkdir dist/backend && mkdir dist/backend/config && mkdir dist/backend/audio && mkdir dist/backend/video && cp src/assets/default.json dist/backend/config/default.json && cp backend/app.js dist/backend/app.js"
}, },
"private": true, "private": true,
"dependencies": { "dependencies": {

Loading…
Cancel
Save