Skip to content

Commit

Permalink
fixed deps
Browse files Browse the repository at this point in the history
  • Loading branch information
D-Unit committed Dec 4, 2024
1 parent e80fc84 commit 83b641d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion apps/cat/src/config/elasticSearch.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import {
PieChartFacet,
ListFacet,
type EndpointProps,
type RDTSearchUIProps,
} from "@dans-framework/rdt-search-ui";
import { Cat2Result } from "../pages/search/result";
Expand All @@ -20,7 +21,7 @@ const fieldConfig: Partial<RDTSearchUIProps> = {
* The config is for larger screens. For mobile, we use half width and full width cols.
*/

export const elasticConfig = [
export const elasticConfig: EndpointProps[] = [
{
name: "CAT Catalogue",
url: "https://es.ohsmart.dansdemo.nl/fc4e-cat",
Expand Down
2 changes: 0 additions & 2 deletions apps/digitaltwins/vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react";
import checker from "vite-plugin-checker";
import { visualizer } from "rollup-plugin-visualizer";

// https://vitejs.dev/config/
export default defineConfig({
Expand All @@ -10,6 +9,5 @@ export default defineConfig({
checker({
typescript: true,
}),
visualizer(),
],
});

0 comments on commit 83b641d

Please sign in to comment.