Skip to content

Conversation

@brenelz
Copy link
Collaborator

@brenelz brenelz commented Dec 18, 2025

  • I have read the Contribution guide
  • This PR references an issue (except for typos, broken links, or other minor problems)

Description(required)

Related issues & labels

  • Closes #
  • Suggested label(s) (optional):

@bolt-new-by-stackblitz
Copy link

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@netlify
Copy link

netlify bot commented Dec 18, 2025

Deploy Preview for solid-docs ready!

Name Link
🔨 Latest commit 971b599
🔍 Latest deploy log https://app.netlify.com/projects/solid-docs/deploys/69434e9d28e12300083b41db
😎 Deploy Preview https://deploy-preview-1378--solid-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@brenelz brenelz requested a review from atilafassina December 18, 2025 00:55
Comment on lines +65 to +67
```bash
pnpm remove vinxi
```
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
```bash
pnpm remove vinxi
```
```package-remove
vinxi
```

In order for this to work you also need to define the remove command in app.config.ts within the packageManagers object.

Comment on lines +53 to +54
import { solidStart } from "@solidjs/start/config";
export default defineConfig({
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
import { solidStart } from "@solidjs/start/config";
export default defineConfig({
import { solidStart } from "@solidjs/start/config";
export default defineConfig({

Comment on lines +37 to +38
import { solidStart } from "@solidjs/start/config";
export default defineConfig({
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
import { solidStart } from "@solidjs/start/config";
export default defineConfig({
import { solidStart } from "@solidjs/start/config";
export default defineConfig({

Comment on lines +86 to +88
**6. Replace all leftover vinxi imports**

- `useSession` now comes from `@solidjs/start/server` instead of `vinxi/http
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
**6. Replace all leftover vinxi imports**
- `useSession` now comes from `@solidjs/start/server` instead of `vinxi/http
**6. Replace all imports from `vinxi/http` with `@solidjs/start/http`**

It seems that nearly all exports from vinxi/http have been moved to @solidjs/start/http. A few functions are not, but I don't think they are relevant to users.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants