Fix build errors

This commit is contained in:
Darren Clarke 2023-08-25 09:41:41 +02:00
parent a9fb4317dc
commit 681117d3ac
4 changed files with 2 additions and 83 deletions

View file

@ -1,5 +1,5 @@
import { getTrends } from "app/_lib/opensearch";
import { Trends } from "../../../../../packages/leafcutter-common/components/Trends";
import { Trends } from "leafcutter-common";
export default async function Page() {
const visualizations = await getTrends(25);

View file

@ -24,17 +24,6 @@
}
]
},
"include": [
"next-env.d.ts",
"**/*.ts",
"**/*.tsx",
".next/types/**/*.ts",
"../../packages/leafcutter-common/components/Create.tsx",
"../../packages/leafcutter-common/components/About.tsx",
"../../packages/leafcutter-common/components/FAQ.tsx",
"../../packages/leafcutter-common/components/Trends.tsx",
"../../packages/leafcutter-common/components/Preview.tsx",
"app/(main)/setup/_components/Setup.tsx"
, "app/api/proxy/[[...path]]" ],
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"exclude": ["node_modules", "babel__core"]
}