Dodano dynamiczne odświeżanie tabeli

This commit is contained in:
2020-07-04 22:32:15 +02:00
parent 28fab8be92
commit ee2b5ddc07
3 changed files with 15 additions and 11 deletions
+3 -2
View File
@@ -1,10 +1,11 @@
{
"hosting": {
"public": "public",
"public": "dist",
"site": "stacjownik-td2",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
}
}
}