feat: add Screeps console monitoring with configurable error handling and shard support (#84)
Lint / pre-commit Linting (push) Successful in 1m5s
Test / Run Tests (push) Successful in 1m23s

Reviewed-on: #84
This commit was merged in pull request #84.
This commit is contained in:
2026-05-16 19:44:39 +02:00
parent be3c8ac7d2
commit bf52580bf3
12 changed files with 3124 additions and 18 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "screeps-deploy-action",
"version": "0.1.1",
"description": "Deploys screeps code to the official game or an pirvate server.",
"version": "0.2.0",
"description": "Deploys screeps code to the official game or a private server.",
"type": "module",
"main": "index.js",
"scripts": {