mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-03-31 15:20:32 +08:00
fix(server-dev): Fix dev server not running next build.
This commit is contained in:
parent
414e5f628c
commit
27efcdf8c5
@ -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')],
|
||||
});
|
||||
}
|
||||
|
||||
|
@ -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'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user