Skip to content

Commit d3d8c2f

Browse files
committed
fix
1 parent f6f0389 commit d3d8c2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ class Server<
647647
ignorePermissionErrors: true,
648648
// Respect options from compiler watchOptions
649649
usePolling,
650-
interval,
650+
...(interval !== undefined ? { interval } : {}),
651651
...rest,
652652
};
653653
};

0 commit comments

Comments
 (0)