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 51925a2 commit 1f98e84Copy full SHA for 1f98e84
examples/solid/start-basic-nitro/package.json
@@ -17,7 +17,7 @@
17
"devDependencies": {
18
"@tailwindcss/postcss": "^4.1.15",
19
"@types/node": "^22.5.4",
20
- "nitro": "^3.0.1-alpha.0",
+ "nitro": "^3.0.1-alpha.1",
21
"postcss": "^8.5.1",
22
"tailwindcss": "^4.1.17",
23
"typescript": "^5.7.2",
examples/solid/start-basic-nitro/vite.config.ts
@@ -12,7 +12,7 @@ export default defineConfig({
12
tsConfigPaths({
13
projects: ['./tsconfig.json'],
14
}),
15
- nitro({ config: { preset: 'node-server' } }),
+ nitro({ preset: 'node-server' }),
16
tanstackStart(),
viteSolid({ ssr: true }),
],
0 commit comments