diff --git a/docs/articles/create-your-first-resource.md b/docs/articles/create-your-first-resource.md index 882d9527..365bcd08 100644 --- a/docs/articles/create-your-first-resource.md +++ b/docs/articles/create-your-first-resource.md @@ -252,4 +252,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 81d40017..1df02b58 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;