chore(server): remove deprecated myslides service

This commit is contained in:
Zhengshou Lai
2026-06-23 10:24:23 +08:00
parent 37a3487fa9
commit 9d802aa54b
-1
View File
@@ -69,7 +69,6 @@ KNOWN_SERVICES: list[Service] = [
serve_cmd=["npm", "run", "serve"],
dev_cmd=["npm", "run", "dev"],
),
Service("myslides", 3456, description="Slidev dev server"),
]
_BY_NAME: dict[str, Service] = {s.name: s for s in KNOWN_SERVICES}