Skip to content

Commit

Permalink
chore(app): add vercel preset
Browse files Browse the repository at this point in the history
  • Loading branch information
susickypavel committed Feb 10, 2024
1 parent 48c2b5e commit 2996977
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion apps/solid-start-example/vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
import { defineConfig } from "@solidjs/start/config";

export default defineConfig({});
export default defineConfig({
start: {
server: {
preset: "vercel"
}
}
});

0 comments on commit 2996977

Please sign in to comment.