Moved certs to folder

pull/60/head
Vladimir Volek 6 years ago
parent 30e82f85fa
commit 7269ca2715

@ -21,8 +21,8 @@
"test": "run-s test:*", "test": "run-s test:*",
"test:unit": "npx jest", "test:unit": "npx jest",
"test-unit:watch": "npx jest -o --watch", "test-unit:watch": "npx jest -o --watch",
"prod-server": "npx http-server ./build -a localhost --ssl", "prod-server": "npx http-server ./build -a localhost -S -C ./server/cert.pem -K ./server/key.pem -o",
"prod-server-dev": "npx http-server ./build-devel -a localhost --ssl" "prod-server-dev": "npx http-server ./build-devel -a localhost -S -C ./server/cert.pem -K ./server/key.pem -o"
}, },
"dependencies": { "dependencies": {
"babel": "^6.23.0", "babel": "^6.23.0",

Loading…
Cancel
Save