fix: proper v1.1.1

This commit is contained in:
2025-06-06 16:44:31 +02:00
parent 130f67a098
commit 67c0130efb
5 changed files with 3 additions and 44 deletions

3
.gitignore vendored
View File

@@ -1 +1,2 @@
.env .env
config/

View File

@@ -1,4 +0,0 @@
{
"publicKey": "BDuV8yH8c43aIRGgNFYSWDNnEpHFhAiReg88gBO3GuxMjNKzpW78zuQs4HJ_2Kq1YScCMuJK5KUS10MioV0VJEU",
"privateKey": "_LG6861NbOCq9vngXwVeo2fHdoyVTZdGhZDnWUT4BAs"
}

View File

@@ -1,8 +0,0 @@
{
"news": true,
"menu": true,
"notif": true,
"groups": true,
"clean": true,
"key": true
}

View File

@@ -1,30 +0,0 @@
{
"keyrooms": [],
"cleanThings": [
"test 1",
"test 2",
"test 3"
],
"rooms": [
1,
2,
3
],
"menu": {
"defaultItems": {
"sn": [
"Pieczywo 2",
"Masło 1",
"Herbata",
"Cytryna"
],
"kol": [
"Pieczywo 2",
"Masło 1",
"Dżem",
"Herbata",
"Cytryna"
]
}
}
}