Skip to content

Commit 52cef0e

Browse files
committed
Update files
1 parent 0fe816f commit 52cef0e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

backend/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,5 @@
2121
"eslint": "^9.15.0",
2222
"eslint-plugin-react": "^7.37.2",
2323
"globals": "^13.24.0"
24-
},
25-
"type": "module"
24+
}
2625
}

backend/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ async function main() {
1818

1919
app.listen(port, () => {
2020
console.log(`Server is listening on port: ${port}`);
21-
};
21+
});
2222
}

0 commit comments

Comments
 (0)