Skip to content

Commit

Permalink
Upgrade Bare Server to V2
Browse files Browse the repository at this point in the history
  • Loading branch information
DerpmanDev authored Jan 26, 2024
1 parent f177856 commit f9e7ada
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import express from "express";
import http from "node:http";
import path from "node:path";
import createBareServer from "@tomphttp/bare-server-node";
import { createBareServer } from "@tomphttp/bare-server-node";

const __dirname = process.cwd();
const server = http.createServer();
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "education",
"version": "4.2.1",
"version": "4.2.2",
"description": "",
"type": "module",
"engines": {
Expand All @@ -14,7 +14,7 @@
"author": "",
"license": "GPL-3.0-or-later",
"dependencies": {
"@tomphttp/bare-server-node": "^1.2.6",
"@tomphttp/bare-server-node": "^2.0.1",
"express": "^4.18.2"
}
}

1 comment on commit f9e7ada

@hop-deploy
Copy link

@hop-deploy hop-deploy bot commented on f9e7ada Jan 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment Status Build Logs Updated At
v4 ✅ Deployed View Logs 2024-01-26T02:30:31.288Z

Please sign in to comment.