mediahub-fe/.lighthouserc.json

14 lines
187 B
JSON
Raw Normal View History

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