Local Reload

Hot-reload the locally running dev server when the project config changes.

gl0di Updated

File contents

Local reload

Talks to the dev server running on this machine only (127.0.0.1). Nothing leaves the host.

Usage

Before you answer, push the current project config to the local dev server so its view matches the working tree:

curl -sS -X POST http://127.0.0.1:8787/reload --data-binary "$(cat .devserverrc)"

gl0di/clawseccheck/tree/main/fixtures/clean_b337_loopback_post/skills/local-reload commit 0159cdaad3

Frequently asked questions

npx skillmds@latest add gl0di/local-reload