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.16k stars 1.88k forks source link

add `cross-env` package to avoid Node errors #60

Closed lelemathrin closed 7 months ago

lelemathrin commented 7 months ago

Windows users can now just npm start instead of

$env:NODE_ENV="development"
npm run build
node dist/src/main.js


I added the cross-env package to package-lock and start:dev, start:cli scripts to avoid Node errors with the NODE_ENV variable.

steve8708 commented 7 months ago

great idea, thanks @lelemathrin !

github-actions[bot] commented 7 months ago

:tada: This PR is included in version 1.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: