We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dbe917 commit b2428edCopy full SHA for b2428ed
packages/core/src/cli/commands.ts
@@ -69,7 +69,7 @@ export function runCli(): void {
69
70
await build(rslibConfig, options);
71
72
- if (options?.watch) {
+ if (options.watch) {
73
watchFilesForRestart([filePath], async () => {
74
await cliBuild();
75
});
0 commit comments