Skip to content

Commit 185a9ca

Browse files
committed
update config
1 parent 1be618c commit 185a9ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/solid/start-basic-nitro/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default defineConfig({
1212
tsConfigPaths({
1313
projects: ['./tsconfig.json'],
1414
}),
15-
nitro({ config: { preset: 'node-server' } }),
15+
nitro({ preset: 'node-server' }),
1616
tanstackStart(),
1717
viteSolid({ ssr: true }),
1818
],

0 commit comments

Comments
 (0)