Fix build errors
This commit is contained in:
parent
a9fb4317dc
commit
681117d3ac
4 changed files with 2 additions and 83 deletions
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue