-
Notifications
You must be signed in to change notification settings - Fork 6
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
feat: watch mode #200
base: master
Are you sure you want to change the base?
feat: watch mode #200
Conversation
🦋 Changeset detectedLatest commit: 9938db2 The changes in this PR will be included in the next version bump. This PR includes changesets to release 5 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #200 +/- ##
==========================================
+ Coverage 94.00% 94.12% +0.12%
==========================================
Files 38 38
Lines 1585 1635 +50
Branches 199 210 +11
==========================================
+ Hits 1490 1539 +49
- Misses 94 95 +1
Partials 1 1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
This adds watch mode.
kopflos serve --mode development
.kopflos serve --mode development --no-watch
kopflos serve --watch
Always watches for changes in the config file. Additional paths to watch are defined in the config
Not need to watch vite root directory since vite development server has its own hot module reload.
Resources deployed using plugin
@kopflos-cms/plugin-deploy-resources
are watched independently and do not trigger a full server restart. This behavior can be changed by adding them to the main watch list and disabling the plugin's watch