Skip to content

Commit 1f98e84

Browse files
authored
docs(solid-start): bump nitro v3 to alpha.1 in example (#6167)
1 parent 51925a2 commit 1f98e84

File tree

3 files changed

+393
-69
lines changed

3 files changed

+393
-69
lines changed

examples/solid/start-basic-nitro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"devDependencies": {
1818
"@tailwindcss/postcss": "^4.1.15",
1919
"@types/node": "^22.5.4",
20-
"nitro": "^3.0.1-alpha.0",
20+
"nitro": "^3.0.1-alpha.1",
2121
"postcss": "^8.5.1",
2222
"tailwindcss": "^4.1.17",
2323
"typescript": "^5.7.2",

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)