-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: #147 Set purgeOnStart: true
to process multiple sites as a server
#148
Conversation
…as a server
new Configuration({ | ||
purgeOnStart: true, | ||
}), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added a configuration. Other differences are due to lint.
### Bug Fixes | ||
|
||
* linting ([0f4e58b](https://github.com/BuilderIO/gpt-crawler/commit/0f4e58b400eab312e7b595d7a2472bae93055415)) | ||
|
||
- linting ([0f4e58b](https://github.com/BuilderIO/gpt-crawler/commit/0f4e58b400eab312e7b595d7a2472bae93055415)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did Linter change list mark?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It occurs to me that it might be due to some local configuration on your machine, @kaibadash. The linter is not configured to look at markdown files.
purgeOnStart: true
to process multiple sites as a serverpurgeOnStart: true
to process multiple sites as a server
fix: BuilderIO#147 Set `purgeOnStart: true` to process multiple sites as a server
🎉 This PR is included in version 1.5.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Fix #147 Set
purgeOnStart: true
to process multiple sites as a server.