Skip to content

Commit

Permalink
Update requirements list (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
devpanda0 authored and xLuxy committed May 28, 2024
1 parent c2da63b commit 2f4a249
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/articles/create-your-first-resource.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions docs/articles/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 0 additions & 4 deletions server/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2f4a249

Please sign in to comment.