fix(server-dev): Fix dev server not running next build.

This commit is contained in:
Sam 2022-05-09 15:18:29 +02:00
parent 414e5f628c
commit 27efcdf8c5
No known key found for this signature in database
GPG Key ID: D004126FCD1A6DF0
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'),