Skip to content

Commit 998ab81

Browse files
don't double-copy public dir
Co-authored-by: oscarbeaumont <oscar@otbeaumont.me>
1 parent 38ac1c8 commit 998ab81

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/start/src/config/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ function solidStartVitePlugin(options: SolidStartOptions): Array<PluginOption> {
119119
client: {
120120
consumer: "client",
121121
build: {
122+
copyPublicDir: false,
122123
write: true,
123124
manifest: true,
124125
rollupOptions: {

0 commit comments

Comments
 (0)