File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 99 - template
1010 - quickstart
1111 - init
12- version : ' 2.0'
12+ version : " 2.0"
1313description : >-
1414 Migrate your SolidStart project from v1 to v2.
1515---
@@ -68,7 +68,6 @@ export default defineConfig(({ mode }) => {
6868 },
6969 };
7070});
71-
7271```
7372
7473Update 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.
8180}
8281```
8382
84-
8583### Environment types
8684
8785Only 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.
9290}
9391```
9492
95-
9693## Server runtime helpers
9794
9895- Replace all imports from ` vinxi/http ` with ` @solidjs/start/http `
You can’t perform that action at this time.
0 commit comments