Skip to content

Commit f335f15

Browse files
committed
Fix api routes
1 parent 84fdc00 commit f335f15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/solid-start-config/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,7 @@ export async function defineConfig(
451451
}),
452452
...(viteConfig.plugins || []),
453453
...(apiViteConfig.plugins || []),
454+
viteSolid({ ...opts.solid, ssr: true }),
454455
]
455456
},
456457
})

0 commit comments

Comments
 (0)