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 226dc10 commit 1c8c711Copy full SHA for 1c8c711
1 file changed
packages/start/config/index.d.ts
@@ -14,6 +14,7 @@ type ViteCustomizableConfig = CustomizableConfig & {
14
};
15
16
type SolidStartInlineConfig = {
17
+ publicDir?: string;
18
ssr?: boolean;
19
solid?: Options;
20
extensions?: string[];
0 commit comments