Conversation
…h configurations for bundling
…dling commands for better compatibility
…for improved asset management
…es; update bundling scripts for improved asset inclusion
…ord-originated messages
… and package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request includes several significant changes to the project, focusing on adding build and launch configurations, updating the documentation, and enhancing configuration management. The most important changes include the addition of VSCode configurations, updates to the
README.md, introduction of a new environment configuration file, modifications to thepackage.jsonscripts, and improvements to the configuration loading mechanism.VSCode Configurations:
.vscode/launch.json. This includes commands for building, launching programs, and bundling for both Linux and Windows environments..vscode/tasks.jsonto streamline the build process using npm commands.Documentation Updates:
README.mdto include detailed instructions on building and publishing the project for both Linux and Windows platforms. This section also covers how to increment version numbers and create releases.Configuration Management:
local.env.exampleto guide users on setting up their environment variables for the project.ConfigTemplatetype and adefaultConfigobject insrc/config.ts. This ensures a structured and default fallback configuration. [1] [2] [3]src/configLoader.tsto read from thelocal.envfile and merge it with the default configuration, providing validation for critical fields.Package Scripts:
package.jsonto include new scripts for building, bundling, and releasing the project. These scripts support both Linux and Windows environments and facilitate the creation of GitHub releases. [1] [2]Codebase Simplification:
autoCorrectfunction calls insrc/anticheat_listener/anticheat_logs.ts. [1] [2]