@kopai/ui 0.1.0 → 0.2.0

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": "@kopai/ui",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "license": "Apache-2.0",
5
5
  "author": "Vladimir Adamic",
6
6
  "repository": {
@@ -739,10 +739,7 @@ function MetricsTab() {
739
739
  // Page
740
740
  // ---------------------------------------------------------------------------
741
741
 
742
- const client = new KopaiClient({
743
- baseUrl:
744
- import.meta.env.VITE_KOPAI_API_URL ?? "http://localhost:8000/signals",
745
- });
742
+ const client = new KopaiClient({ baseUrl: "/signals" });
746
743
 
747
744
  export default function ObservabilityPage() {
748
745
  const {