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 c63f492 commit 6cdec39Copy full SHA for 6cdec39
1 file changed
docs/start/framework/react/migrate-from-next-js.md
@@ -89,15 +89,15 @@ import { defineConfig } from 'vite'
89
import { tanstackStart } from '@tanstack/react-start/plugin/vite'
90
import viteReact from '@vitejs/plugin-react'
91
import tailwindcss from '@tailwindcss/vite'
92
-import { nitro } from "nitro/vite";
+import { nitro } from 'nitro/vite'
93
94
export default defineConfig({
95
server: {
96
port: 3000,
97
},
98
resolve: {
99
- // Enables Vite to resolve imports using path aliases.
100
- tsconfigPaths: true,
+ // Enables Vite to resolve imports using path aliases.
+ tsconfigPaths: true,
101
102
plugins: [
103
tailwindcss(),
0 commit comments