feat: Add .gitpod.yml

This commit is contained in:
Lucàs
2024-11-14 17:32:15 +01:00
parent d177ebb064
commit ed627e6f22
2 changed files with 20 additions and 1 deletions
+1 -1
View File
@@ -39,6 +39,6 @@ function isValidDateParam(date: String): boolean {
|| date.match(/\d+/) !== null;
}
app.listen(80, () => {
app.listen(3000, () => {
console.log('Server is running on port 3000');
});