zeroclaw/web
Marijan Petričević 035b19ffba
Add nix package (#1829)
* .editorconfig: force spaces and 2 space indent_size

* nix: package init at 0.1.7

* gitignore: ignore result symlinks created by nix build

* nix/devShell: obtain toolchain used by package recipe to build the package

* nix: the toolchain should never be installed globally as encouraged by fenix

* nix: format nix code and add nixfmt-tree formatter

* nix: add overlay to flake outputs

* zeroclaw-web: fix unknow name loading building with Nix

* nix: package zeroclaw-web at 0.1.0

* zeroclaw: use build zeroclaw-web artifacts direclty

* nix: remove reference to the Rust toolchain from the runtime dependencies
2026-02-26 04:57:15 -05:00
..
dist fix(gateway): align dashboard API client and embed built web assets 2026-02-21 16:14:01 +08:00
src Add nix package (#1829) 2026-02-26 04:57:15 -05:00
.gitignore feat(gateway): add embedded web dashboard with React frontend 2026-02-21 16:14:01 +08:00
index.html feat: harden non-CLI approval governance and runtime policy sync 2026-02-26 02:19:14 +08:00
package-lock.json feat(gateway): add embedded web dashboard with React frontend 2026-02-21 16:14:01 +08:00
package.json chore(license): normalize repo to MIT OR Apache-2.0 (#1271) 2026-02-21 11:31:21 -05:00
package.nix Add nix package (#1829) 2026-02-26 04:57:15 -05:00
tsconfig.app.json feat(gateway): add embedded web dashboard with React frontend 2026-02-21 16:14:01 +08:00
tsconfig.json feat(gateway): add embedded web dashboard with React frontend 2026-02-21 16:14:01 +08:00
tsconfig.node.json feat(gateway): add embedded web dashboard with React frontend 2026-02-21 16:14:01 +08:00
vite.config.ts feat(gateway): add embedded web dashboard with React frontend 2026-02-21 16:14:01 +08:00