Skip to content

Commit

Permalink
fix: add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Dec 13, 2024
1 parent 1aa7b19 commit a82c9ce
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions server.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**
* © Ocado Group
* Created on 13/12/2024 at 17:47:39(+00:00).
*
* The entrypoint to our app.
*/

import Server from "codeforlife/src/server.js"

new Server().run()

0 comments on commit a82c9ce

Please sign in to comment.