Files
pbakaus_impeccable/tests/oracle/golden/live-server-already-running.json
T
2026-08-31 19:59:20 -07:00

11 lines
452 B
JSON

{
"stdout": "",
"stderr": "Live server already running on port 65531 (pid <PID>).\nStop it first with: <IMPECCABLE> live-server stop\n",
"exit": 1,
"signal": null,
"files": {
".impeccable/live/config.json": "{\n \"files\": [\"index.html\", \"public/**/*.html\"],\n \"insertBefore\": \"</body>\",\n \"commentSyntax\": \"html\"\n}\n",
".impeccable/live/server.json": "{\"pid\":<PID>,\"port\":65531,\"token\":\"oracle-token\"}"
}
}