This commit is contained in:
2025-12-15 12:28:00 -06:00
parent bdc709ec2a
commit cf1ffac9ee
14 changed files with 3181 additions and 1 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"pocketbase": {
"collections": {
"jobs": "Job_Info",
"notes": "notes",
"users": "users"
}
},
"pagination": {
"itemsPerPage": 20
},
"filters": {
"defaultFilter": "all"
}
}