Skip to content

Commit e55f2c3

Browse files
authored
docs: add note about static files being watched by default (#3731)
* docs: add note about static files being watched by default * docs: fix
1 parent 4831f58 commit e55f2c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

migration-v4.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,7 @@ module.exports = {
325325
```
326326

327327
- Default value of the `static` option is `path.resolve(process.cwd(), 'public')` directory and enabled by default.
328+
- `static.watch` is enabled by default.
328329
- The `socket` option was renamed to `ipc` (also supports `string` type, i.e. path to unix socket):
329330

330331
v3:

0 commit comments

Comments
 (0)