Skip to content

Commit

Permalink
chore(server): remove outdated inspector property from IServerConfig (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
xxshady authored Mar 14, 2024
1 parent e7cf0b6 commit c0b9904
Showing 1 changed file with 0 additions and 4 deletions.
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 c0b9904

Please sign in to comment.