sandbox-agent/frontend/packages/website
Nathan Flurry e3c030f66d
fix: correct inspector package name in Dockerfiles and add .dockerignore (#50)
* chore: remove inspect.sandboxagent.dev in favor of /ui/

* chore: add 404 page

* fix: correct inspector package name in Dockerfiles and add .dockerignore

- Change @anthropic-ai/sdk-inspector to @sandbox-agent/inspector in all Dockerfiles
- Add .dockerignore to exclude target/, node_modules/, etc from Docker context

The wrong package name caused pnpm install --filter to match nothing, so the
inspector frontend was never built, resulting in binaries without the /ui/ endpoint.

* chore: cargo fmt

* chore(release): update version to 0.1.4-rc.7
2026-02-01 23:03:51 -08:00
..
public chore(site): updated graph and wording 2026-01-28 16:54:05 -08:00
src fix: correct inspector package name in Dockerfiles and add .dockerignore (#50) 2026-02-01 23:03:51 -08:00
.gitignore docs: documentation overhaul and universal schema reference (#10) 2026-01-28 05:07:15 -08:00
astro.config.mjs chore: website 2026-01-28 01:44:19 -08:00
Caddyfile feat: add website package with Vite and Caddy 2026-01-25 04:05:12 -08:00
Dockerfile chore: website 2026-01-28 01:44:19 -08:00
index.html feat: add website package with Vite and Caddy 2026-01-25 04:05:12 -08:00
package.json chore: website 2026-01-28 01:44:19 -08:00
tailwind.config.mjs chore: website 2026-01-28 01:44:19 -08:00
tsconfig.json chore: website 2026-01-28 01:44:19 -08:00
vite.config.ts feat: add website package with Vite and Caddy 2026-01-25 04:05:12 -08:00