1
0
Fork 0
mirror of synced 2024-07-01 12:40:34 +12:00

Self review

This commit is contained in:
Jake Barnby 2023-11-28 00:52:46 +13:00
parent edee5400ba
commit 2e89113e6a
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C
3 changed files with 1 additions and 5 deletions

1
.gitignore vendored
View file

@ -13,3 +13,4 @@ debug/
app/sdks
dev/yasd_init.php
.phpunit.result.cache
appwrite.json

View file

@ -81,7 +81,6 @@ Server::setResource('dbForProject', function (Cache $cache, Registry $register,
->setNamespace('_' . $project->getInternalId());
}
return $database;
}, ['cache', 'register', 'message', 'dbForConsole']);

View file

@ -1,4 +0,0 @@
{
"projectId": "console",
"projectName": ""
}