diff --git a/database.json b/database.json index 8f7aff3..ba558ac 100644 --- a/database.json +++ b/database.json @@ -13,4 +13,4 @@ "user": "postgres", "password": "postgres" } -} \ No newline at end of file +} diff --git a/package.json b/package.json index 291fd4a..897bab3 100644 --- a/package.json +++ b/package.json @@ -53,3 +53,4 @@ "typescript": "^4.5.4" } } + diff --git a/src/database.ts b/src/database.ts index 5e6550e..aa8b406 100644 --- a/src/database.ts +++ b/src/database.ts @@ -33,3 +33,4 @@ if (ENV === "test") { } export default client; + diff --git a/src/server.ts b/src/server.ts index 2b46254..860bb8d 100644 --- a/src/server.ts +++ b/src/server.ts @@ -25,3 +25,4 @@ app.listen(port, function () { }); export default app; + diff --git a/tsconfig.json b/tsconfig.json index 7775f94..63e6ad2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -68,3 +68,4 @@ "forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */ } } +