Skip to content

Commit 1c8c711

Browse files
committed
add type for publicDir
1 parent 226dc10 commit 1c8c711

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/start/config/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ type ViteCustomizableConfig = CustomizableConfig & {
1414
};
1515

1616
type SolidStartInlineConfig = {
17+
publicDir?: string;
1718
ssr?: boolean;
1819
solid?: Options;
1920
extensions?: string[];

0 commit comments

Comments
 (0)