A Minimal test pup for Dogebox testing. Initially used to test pup upgrades.
The version is defined in package.json as the single source of truth.
To update the version:
- Update the version in
package.json - Run
npm run sync-versionto sync it tomanifest.jsonandpup.nix
test-pup also runs a tiny web UI that shows the current version.
-
Local run:
npm start- Open
http://localhost:1234
-
Endpoints:
/renders HTML with the current version/versionreturns JSON (useful for scripts)
