Skip to content

Commit da3b7ca

Browse files
ci: apply automated fixes
1 parent ff839c9 commit da3b7ca

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ export default defineConfig({
1212
tsConfigPaths({
1313
projects: ['./tsconfig.json'],
1414
}),
15-
nitro(
16-
{ config: { preset: 'node-server' } }
17-
),
15+
nitro({ config: { preset: 'node-server' } }),
1816
tanstackStart(),
1917
viteSolid({ ssr: true }),
2018
],

0 commit comments

Comments
 (0)