/
5_element
/
gpb-hackathon-game
Обзор
Документация
Войти
/
5_element
/
gpb-hackathon-game
Код
Запросы
0
Вики
Пакеты
0
Релизы
0
Аналитика
main
firebase.json
22 строки
374 B
orion
fix: mountains
17 сен 2025, 13:26
17 сен 2025, 13:26
67e1f3b
Код
Авторство
О чём код?
{ "hosting": [ { "target": "client", "public": "dist", "ignore": ["firebase.json", "**/.*", "**/node_modules/**"], "rewrites": [ { "source": "**", "destination": "/index.html" } ] } ], "targets": { "th-game-5ae0a": { "hosting": { "client": "th-game-5ae0a" } } } }