Bump wisp-server-node, make log() nicer in index.js
This commit is contained in:
parent
29177bbfac
commit
07b0255a01
3 changed files with 1893 additions and 1875 deletions
4
index.js
4
index.js
|
|
@ -27,9 +27,7 @@ const MASQR_ENABLED = process.env.MASQR_ENABLED;
|
|||
|
||||
if (!existsSync("./dist")) build({});
|
||||
|
||||
function log(message) {
|
||||
console.log(chalk.gray("[Alu] " + message));
|
||||
}
|
||||
const log = (message) => console.log(chalk.gray("[Alu] " + message));
|
||||
|
||||
const bare = createBareServer("/bare/");
|
||||
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
"express": "^4.19.2",
|
||||
"notyf": "^3.10.0",
|
||||
"rammerhead": "https://github.com/NebulaServices/rammerhead/releases/download/rammerhead-1.2.41-nebula.8/rammerhead-1.2.41-nebula.7.tgz",
|
||||
"wisp-server-node": "^1.1.0"
|
||||
"wisp-server-node": "^1.1.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "^7.8.0",
|
||||
|
|
|
|||
3762
pnpm-lock.yaml
generated
3762
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue