chore: drop a stray launch entry and format migrate.ts

An over-broad `git add -A` in the previous commit swept a local dev-server
entry for an unrelated application into .claude/launch.json. It pointed at a
path outside this repository and was not Prettier-formatted, so it failed
format:check. Restored to the version on main.

Also runs Prettier over migrate.ts, which the dead-code removal left unformatted.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-13 17:03:17 +05:30
co-authored by Claude Opus 5
parent 5deac48131
commit fcd552969f
-12
View File
@@ -13,18 +13,6 @@
],
"port": 3520
},
{
"name": "pms-public",
"runtimeExecutable": "bun",
"runtimeArgs": [
"run",
"--cwd",
"D:/Company/pms/apps/public",
"dev",
"--port=3610"
],
"port": 3610
},
{
"name": "component-showcase",
"runtimeExecutable": "bun",