feat: add ssh key

This commit is contained in:
Mauricio Siu
2024-10-02 22:50:01 -06:00
parent f13e5d449c
commit d41c8c70c3
24 changed files with 3908 additions and 192 deletions

View File

@@ -63,7 +63,7 @@ void app.prepare().then(async () => {
}
if (IS_CLOUD) {
await migration();
// await migration(); //TODO: Fix migration
}
server.listen(PORT);