mediahub-fe/.lighthouserc.json

14 lines
211 B
JSON
Raw Normal View History

2024-11-26 03:09:48 +00:00
{
"ci": {
"collect": {
"staticDistDir": "./public"
},
"assert": {
"assertions": {}
},
"upload": {
"target": "temporary-public-storage"
}
}
}