Szakdolgozat/frontend/firebase.json
Norbi Peti 9f78639690
Add course lists to subjects with add/edit option
Added count() method for hasManyThrough relations in a slightly hacky way
2022-03-10 19:23:18 +01:00

17 lines
247 B
JSON

{
"hosting": {
"public": "dist/Szakdolgozat",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}