File tree Expand file tree Collapse file tree 4 files changed +1997
-4683
lines changed
Expand file tree Collapse file tree 4 files changed +1997
-4683
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ SolidStart is a pnpm-based monorepo with nested workspaces. Key directories incl
4848
4949- ** ` packages/start ` ** : The core ` @solidjs/start ` package.
5050- ** ` apps/landing-page ` ** : The official landing page.
51- - ** ` apps/e2e ` ** : Unit and end-to-end (E2E) tests using Vitest and Cypress.
51+ - ** ` apps/tests ` ** : Unit and end-to-end (E2E) tests using Vitest and Cypress.
5252- ** ` apps/fixtures ` ** : Fixture projects for testing.
5353
5454Use pnpm filters (e.g. ` pnpm --filter @solidjs/start ... ` ) to target specific packages.
Original file line number Diff line number Diff line change 11import { defineConfig } from "@solidjs/start/config" ;
22
3- export default defineConfig ( ) ;
3+ export default defineConfig ( {
4+ ssr : true
5+ } ) ;
Original file line number Diff line number Diff line change 2424 "jsdom" : " ^25.0.1" ,
2525 "lodash" : " ^4.17.21" ,
2626 "solid-js" : " ^1.9.5" ,
27- "vinxi" : " ^0.5.3 " ,
28- "vite-plugin-solid" : " ^2.11.6 " ,
27+ "vinxi" : " ^0.5.8 " ,
28+ "vite-plugin-solid" : " ^2.11.8 " ,
2929 "vitest" : " 3.0.5"
3030 },
31- "engines" : {
32- "node" : " >=22"
33- },
3431 "devDependencies" : {
3532 "@cypress/code-coverage" : " ^3.14.0" ,
3633 "@types/lodash" : " ^4.17.14" ,
You can’t perform that action at this time.
0 commit comments