mirror of
https://github.com/project-zot/zot.git
synced 2026-06-18 05:28:07 +08:00
e51bec6cad
- Create firebase.json configuration for Storage Emulator on port 9199 - Add setup-firebase-emulator action to install and start Firebase CLI emulator - Add teardown-firebase-emulator action to stop emulator using saved PID - Use proper PID-based process management instead of pkill/killall Co-authored-by: rchincha <45800463+rchincha@users.noreply.github.com>
9 lines
92 B
JSON
9 lines
92 B
JSON
{
|
|
"emulators": {
|
|
"storage": {
|
|
"host": "0.0.0.0",
|
|
"port": 9199
|
|
}
|
|
}
|
|
}
|