Fix plugin runtime build and JSON linter crash (#566)

This commit is contained in:
Gregory Schier
2026-08-16 11:22:02 -07:00
committed by GitHub
parent 10e962a0e6
commit 8bca013ab4
5 changed files with 575 additions and 188 deletions
+2 -1
View File
@@ -10,6 +10,7 @@
},
"devDependencies": {
"@types/node": "^24.0.13",
"@types/ws": "^8.5.13"
"@types/ws": "^8.5.13",
"esbuild": "^0.28.0"
}
}