1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-23 08:48:12 +00:00

Moved certs to folder

This commit is contained in:
Vladimir Volek 2018-09-20 12:31:24 +02:00
parent 30e82f85fa
commit 7269ca2715
3 changed files with 2 additions and 2 deletions

View File

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