Skip to content

Commit 2419a38

Browse files
authored
Merge branch 'main' into Createed-starter-backend
2 parents d320a7a + 0cd4ca5 commit 2419a38

File tree

4 files changed

+1
-37
lines changed

4 files changed

+1
-37
lines changed

.github/workflows/commitlint.yaml

Lines changed: 0 additions & 36 deletions
This file was deleted.

backend/.env.example

Whitespace-only changes.

backend/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ const PORT = process.env.PORT ? Number(process.env.PORT) : 5000;
99
app.listen(PORT, () => {
1010
// eslint-disable-next-line no-console
1111
console.log(`Server running on port ${PORT}`);
12-
});
12+
});

frontend/.env.example

Whitespace-only changes.

0 commit comments

Comments
 (0)