Skip to content

Commit

Permalink
debug: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelonah committed Jan 6, 2025
1 parent 4ca2b54 commit b46d09a
Show file tree
Hide file tree
Showing 4 changed files with 5,893 additions and 87 deletions.
11 changes: 11 additions & 0 deletions server/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
</head>
<body>
<h1>Hello world</h1>
</body>
</html>
1 change: 1 addition & 0 deletions server/netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ publish = "build"
external_node_modules = ["express", "mongoose"]
node_bundler = "esbuild"


[[redirects]]
force = true
from = "/api/v1/*"
Expand Down
2 changes: 2 additions & 0 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,11 @@
"env-var": "^7.5.0",
"express": "^4.21.2",
"express-rate-limit": "^7.0.0",
"g": "^2.0.1",
"helmet": "^8.0.0",
"mongoose": "^8.9.3",
"morgan": "^1.10.0",
"netlify-cli": "^17.38.1",
"reflect-metadata": "^0.2.2",
"rimraf": "^6.0.1",
"serverless-http": "^3.2.0",
Expand Down
Loading

0 comments on commit b46d09a

Please sign in to comment.