Skip to content

Commit

Permalink
temporarily (perm?) migrate to wisp-js for ws ping interval and v86
Browse files Browse the repository at this point in the history
  • Loading branch information
ProgrammerIn-wonderland committed Sep 24, 2024
1 parent 16922c5 commit aea4524
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
},
"homepage": "https://github.com/MercuryWorkshop/AnuraOS#readme",
"dependencies": {
"@mercuryworkshop/wisp-js": "^0.2.1",
"@types/express": "^4.17.21",
"@types/ws": "^8.5.12",
"express": "^4.21.0",
Expand Down
2 changes: 1 addition & 1 deletion server/server.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import express from "express";
import path from "path";
import wisp from "wisp-server-node";
import { server as wisp } from "@mercuryworkshop/wisp-js";
import { Socket } from "node:net";
__dirname = path.join(process.cwd(), "..");

Expand Down

0 comments on commit aea4524

Please sign in to comment.