6 lines
163 B
JSON
6 lines
163 B
JSON
|
{
|
||
|
"watch": ["src"],
|
||
|
"ext": "js,css,html,json,jsx",
|
||
|
"exec": "npm run build && serve --ssl-cert tsp.test.pem --ssl-key tsp.test-key.pem -s public"
|
||
|
}
|
||
|
|