Merge branch 'develop' into main

This commit is contained in:
Sam 2022-05-10 11:09:16 +02:00 committed by GitHub
commit 9be4327303
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -26,8 +26,8 @@ function envWatcher(context) {
};
return setupWatcher({
callback,
watchPaths: [path.join(context.directories.config, '.env')],
watchDotfiles: true,
watchPaths: [path.join(context.directories.config, '.env')],
});
}

View File

@ -83,6 +83,7 @@ async function nextBuildWatcher(context) {
return setupWatcher({
callback,
watchDotfiles: true,
watchPaths: [
path.join(context.directories.build, 'plugins'),
path.join(context.directories.build, 'config.json'),