Skip to content

Commit 8471df9

Browse files
authored
add missing config property
1 parent 097cd89 commit 8471df9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ interface Configuration {
1919
domain?: string,
2020
build?: boolean,
2121
},
22+
runtime?: {
23+
reloadWaitMs: number
24+
},
2225
routes?: {
2326
build?: boolean,
2427
type?: 'tsx'|'jsx',

0 commit comments

Comments
 (0)