joyent-portal/consoles/my-joy-service-groups/.lighthouserc

9 lines
174 B
Plaintext
Raw Normal View History

2018-05-23 19:29:04 +03:00
{
"setup": {
"compile": "npm run build",
"start": "serve -s build --port 3069 --single",
"href": "http://0.0.0.0:3069"
},
"extends": "lighthouse:default"
}