We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a128e4 commit b68bb3cCopy full SHA for b68bb3c
packages/usts/src/core/build/index.ts
@@ -8,7 +8,7 @@ import { serializeMetaHeader } from "./meta-header";
8
9
async function buildUserscript(
10
config: ResolvedUserscriptConfig,
11
- options?: { write?: boolean },
+ options?: { write?: boolean; watch?: boolean },
12
): Promise<string> {
13
const header = serializeMetaHeader(config.header);
14
0 commit comments