Skip to content

Commit 1c7e08f

Browse files
ci: apply automated fixes
1 parent 194f90d commit 1c7e08f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/routes/solid-start/migrating-from-v1.mdx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tags:
99
- template
1010
- quickstart
1111
- init
12-
version: '2.0'
12+
version: "2.0"
1313
description: >-
1414
Migrate your SolidStart project from v1 to v2.
1515
---
@@ -68,7 +68,6 @@ export default defineConfig(({ mode }) => {
6868
},
6969
};
7070
});
71-
7271
```
7372

7473
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.
8180
}
8281
```
8382

84-
8583
### Environment types
8684

8785
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.
9290
}
9391
```
9492

95-
9693
## Server runtime helpers
9794

9895
- Replace all imports from `vinxi/http` with `@solidjs/start/http`

0 commit comments

Comments
 (0)