Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Dec 13, 2024
1 parent 5782180 commit c853ff0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/server.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/**
* © Ocado Group
* Created on 13/12/2024 at 12:15:05(+00:00).
*
* A server for an app in a live environment.
* Based off: https://github.com/bluwy/create-vite-extra/blob/master/template-ssr-react-ts/server.js
*/

import fs from "node:fs/promises"
import express from "express"

Expand Down

0 comments on commit c853ff0

Please sign in to comment.