From 2f4a2490cb139edc531c889e049864ffb9d42f77 Mon Sep 17 00:00:00 2001 From: DevPanda <49129501+devpanda0@users.noreply.github.com> Date: Wed, 29 May 2024 01:50:16 +0200 Subject: [PATCH] Update requirements list (#317) --- docs/articles/create-your-first-resource.md | 2 +- docs/articles/setup.md | 1 + server/index.d.ts | 4 ---- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/articles/create-your-first-resource.md b/docs/articles/create-your-first-resource.md index cd8b3d0f..1384131a 100644 --- a/docs/articles/create-your-first-resource.md +++ b/docs/articles/create-your-first-resource.md @@ -235,4 +235,4 @@ Followed by setting up a whole server with basic fundamentals! Keep in mind that... - alt:V uses ES6 modules -- the server does not automatically update, you can use something like [altv-pkg](https://github.com/Stuyk/altv-pkg) (unofficial) to easily update server files +- the server does not automatically update, you can use something like [altv-pkg](https://github.com/altmp/altv-pkg) to easily update server files diff --git a/docs/articles/setup.md b/docs/articles/setup.md index 87ff5b57..ef594ea2 100644 --- a/docs/articles/setup.md +++ b/docs/articles/setup.md @@ -9,6 +9,7 @@ This article will explain how to setup an alt:V server with the JS module. - Basic knowledge of command prompts - VC Redist Latest Version installed - Windows 10+ or Linux (For running the server) +- On Linux you need the package libatomic1 `apt-get install libatomic1` ## Summary diff --git a/server/index.d.ts b/server/index.d.ts index 2f3b4713..d796dd1c 100644 --- a/server/index.d.ts +++ b/server/index.d.ts @@ -644,10 +644,6 @@ declare module "alt-server" { }; readonly "js-module"?: { - readonly inspector?: { - readonly host?: string; - readonly port?: number; - }; readonly "source-maps"?: boolean; readonly "heap-profiler"?: boolean; readonly profiler?: boolean;