- UserScript Browser Addon deiner Wahl installiert
- AAO Counter
- AAO Marker
- Mission Vehicle Filter
- Enhanced S5
Die Nutzung des Scripts geschieht auf eigene Gefahr. Ich hafte nicht für eventuell auftretende Schäden oder Ähnliches, die durch die Nutzung dieses Scripts entstanden sind. Die SHPlay GmbH ist in keinster Weise für den Inhalt des Scripts verantwortlich. Das Script ist losgelöst von SHPlay und Leitstellenspiel.de
To build the library use:
npx nx build pkg1
To run any task with Nx use:
npx nx <target> <project-name>
These targets are either inferred automatically or defined in the project.json
or package.json
files.
More about running tasks in the docs »
Nx automatically updates TypeScript project references in tsconfig.json
files to ensure they remain accurate based on your project dependencies (import
or require
statements). This sync is automatically done when running tasks such as build
or typecheck
, which require updated references to function correctly.
To manually trigger the process to sync the project graph dependencies information to the TypeScript project references, run the following command:
npx nx sync
You can enforce that the TypeScript project references are always in the correct state when running in CI by adding a step to your CI job configuration that runs the following command:
npx nx sync:check
Nx Console is an editor extension that enriches your developer experience. It lets you run tasks, generate code, and improves code autocompletion in your IDE. It is available for VSCode and IntelliJ.