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 ff839c9 commit da3b7caCopy full SHA for da3b7ca
examples/solid/start-basic-nitro/vite.config.ts
@@ -12,9 +12,7 @@ export default defineConfig({
12
tsConfigPaths({
13
projects: ['./tsconfig.json'],
14
}),
15
- nitro(
16
- { config: { preset: 'node-server' } }
17
- ),
+ nitro({ config: { preset: 'node-server' } }),
18
tanstackStart(),
19
viteSolid({ ssr: true }),
20
],
0 commit comments