fix things

This commit is contained in:
Vazhin Tayeb
2021-01-17 10:49:25 +03:00
parent 4aa06ce40a
commit 17d147c252
7 changed files with 74 additions and 13 deletions

View File

@@ -17,7 +17,7 @@
"tailwindcss": "^2.0.2"
},
"scripts": {
"start": "set HTTPS=true set SSL_CRT_FILE=cert.pem set SSL_KEY_FILE=key.pem && react-scripts start",
"start": "HTTPS=true react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"