We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 194f90d commit 1c7e08fCopy full SHA for 1c7e08f
1 file changed
src/routes/solid-start/migrating-from-v1.mdx
@@ -9,7 +9,7 @@ tags:
9
- template
10
- quickstart
11
- init
12
-version: '2.0'
+version: "2.0"
13
description: >-
14
Migrate your SolidStart project from v1 to v2.
15
---
@@ -68,7 +68,6 @@ export default defineConfig(({ mode }) => {
68
},
69
};
70
});
71
-
72
```
73
74
Update the build/dev commands to use native Vite instead of vinxi.
@@ -81,7 +80,6 @@ Update the build/dev commands to use native Vite instead of vinxi.
81
80
}
82
83
84
85
### Environment types
86
87
Only the `types` entry is new in v2. Everything else can remain unchanged.
@@ -92,7 +90,6 @@ Only the `types` entry is new in v2. Everything else can remain unchanged.
92
90
93
91
94
95
96
## Server runtime helpers
97
98
- Replace all imports from `vinxi/http` with `@solidjs/start/http`
0 commit comments