BuilderIO / gpt-crawler

Crawl a site to generate knowledge files to create your own custom GPT from a URL
https://www.builder.io/blog/custom-gpt
ISC License
18.59k stars 1.97k forks source link

Module '"../config.js"' has no exported member 'defaultConfig'. #103

Open smcfall14 opened 10 months ago

smcfall14 commented 10 months ago

config.ts:1:22 - error TS2304: Cannot find name 'Config'.

1 export const config: Config = {


src/main.ts:1:10 - error TS2305: Module '"../config.js"' has no exported member 'defaultConfig'.

1 import { defaultConfig } from "../config.js";

Found 2 errors in 2 files.

Errors Files 1 config.ts:1 1 src/main.ts:1