Skip to content

Commit

Permalink
chore: update solid example
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Jun 25, 2022
1 parent 3e0710a commit fadab92
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 1,051 deletions.
2 changes: 1 addition & 1 deletion examples/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"devDependencies": {
"jsdom": "*",
"solid-start": "next",
"solid-testing-library": "0.3.0",
"vite-plugin-solid": "^2.2.6",
"vitest": "latest"
}
}
2 changes: 1 addition & 1 deletion examples/solid/vite.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/// <reference types="vite/client" />

import { defineConfig } from 'vite'
import solid from 'solid-start' // or use 'vite-plugin-solid' instead
import solid from 'vite-plugin-solid' // or use 'vite-plugin-solid' instead

export default defineConfig({
test: {
Expand Down

0 comments on commit fadab92

Please sign in to comment.