fix(register): align live sentinel flow with successful HAR

This commit is contained in:
Logic
2026-04-07 13:39:01 +08:00
parent ba02799b18
commit 3c6fce8d57
13 changed files with 1784 additions and 51 deletions

View File

@@ -25,7 +25,7 @@ package-dir = { gptplus_auto = "src" }
include-package-data = true
[tool.setuptools.package-data]
gptplus_auto = ["nodatadog.js"]
gptplus_auto = ["nodatadog.js", "sentinel_runner.js", "sentinel_vm.js"]
[dependency-groups]
dev = []