This commit is contained in:
2026-08-01 05:25:47 +01:00
parent 596b9de047
commit 86ea86e7bd
8 changed files with 196 additions and 5 deletions
+6
View File
@@ -83,6 +83,12 @@ export type BunextConfig = {
* bundler for the browser. Eg. `react/jsx-dev-runtime`
*/
page_compiler_excludes?: string[];
/**
* Patterns to exclude from the watcher. Eg. `./src/server.ts`
* or `\*.test.ts\`. It should either be a file path (relative or
* absolute), or a RegEx pattern.
*/
exclude_watch_patterns?: (string | RegExp)[];
};
export type BunextConfigMiddlewareParams = {