@rizom/brain 0.2.0-alpha.13 → 0.2.0-alpha.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rizom/brain",
3
- "version": "0.2.0-alpha.13",
3
+ "version": "0.2.0-alpha.16",
4
4
  "description": "Brain runtime + CLI — scaffold, run, and manage AI brain instances",
5
5
  "type": "module",
6
6
  "bin": {
@@ -1,7 +1,7 @@
1
1
  # Internal Caddy — path-based routing to brain services.
2
2
  # kamal-proxy terminates TLS externally; this runs inside the container.
3
3
  :80 {
4
- @preview host *-preview.*
4
+ @preview host preview.* *-preview.*
5
5
  handle @preview {
6
6
  reverse_proxy localhost:4321
7
7