From fd18ff64eba6a619eebac151984083ddd757ed95 Mon Sep 17 00:00:00 2001 From: Dennis Postma Date: Mon, 24 Mar 2025 15:14:55 +0100 Subject: [PATCH] Updated README --- README.md | 2 +- package-lock.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2ada333..89a79e3 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This is the server for the Noxious game. 2. Install dependencies with `npm install` 3. Copy the `.env.example` file to `.env` and fill in the required variables 4. Extract assets.zip to the `public` folder -5. After MySQL and Redis are running, run `npx mikro-orm-esm migration:up` to create the database schema +5. After MySQL and Redis are running, run `npm run mikro-orm migration:up` to create the database schema 6. Run the server with `npm run dev` 7. Write `init` in the console to import default data and restart the server 8. Write `tiles` in the console to fix tile sizes diff --git a/package-lock.json b/package-lock.json index d976ff3..2a69eb6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1949,9 +1949,9 @@ } }, "node_modules/bullmq": { - "version": "5.44.1", - "resolved": "https://registry.npmjs.org/bullmq/-/bullmq-5.44.1.tgz", - "integrity": "sha512-NEWQIixKw5QdXmSnhQU25A336N10DvxuDcmiVXQyuwSx1lrzfNIdQA3BNADfpAUwHtuJkJImHVLCM3/KEr9nWA==", + "version": "5.44.3", + "resolved": "https://registry.npmjs.org/bullmq/-/bullmq-5.44.3.tgz", + "integrity": "sha512-NH3leZ97ullkcHEjfpOKCFyk3Il14KywC4Zrnf+R9z741Eazw0lituqUIkiFo1QH8Py/PIipA1rzCdsAmQsx/A==", "license": "MIT", "dependencies": { "cron-parser": "^4.9.0",