Renamed backend into auth_backend and added server_browser_backend implementation to replace Supabase.

This commit is contained in:
Alessandro Autiero
2025-08-09 02:54:48 +01:00
parent 9c6cd6dd37
commit 52abf5eb95
96 changed files with 678 additions and 3 deletions

View File

@@ -0,0 +1,35 @@
{
"//": "BR Item Shop Config",
"daily1": {
"itemGrants": [""],
"price": 0
},
"daily2": {
"itemGrants": [""],
"price": 0
},
"daily3": {
"itemGrants": [""],
"price": 0
},
"daily4": {
"itemGrants": [""],
"price": 0
},
"daily5": {
"itemGrants": [""],
"price": 0
},
"daily6": {
"itemGrants": [""],
"price": 0
},
"featured1": {
"itemGrants": [""],
"price": 0
},
"featured2": {
"itemGrants": [""],
"price": 0
}
}