@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/dist/index.cjs +1 -1
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/pages/observability.tsx +1 -4
package/package.json
CHANGED
|
@@ -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 {
|