Skip to content

Commit

Permalink
update solid start
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansolid committed Mar 11, 2024
1 parent a0acf52 commit 590ee47
Show file tree
Hide file tree
Showing 4 changed files with 1,235 additions and 631 deletions.
8 changes: 3 additions & 5 deletions vite.config.ts → app.config.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import { defineConfig } from "@solidjs/start/config";

export default defineConfig({
start: {
server: {
preset: "netlify"
}
}
server: {
preset: "netlify",
},
});
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"start": "node ./.output/server/index.mjs"
},
"dependencies": {
"@solidjs/router": "^0.10.5",
"@solidjs/start": "^0.4.0-alpha.11",
"solid-js": "^1.8.7",
"vinxi": "0.0.52"
"@solidjs/router": "^0.13.0",
"@solidjs/start": "^0.7.4",
"solid-js": "^1.8.15",
"vinxi": "^0.3.10"
},
"engines": {
"node": ">=18"
Expand Down
Loading

0 comments on commit 590ee47

Please sign in to comment.