Skip to content

Commit

Permalink
off edge
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Nov 20, 2024
1 parent 234b08b commit 8168ff8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tanstack-start/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ import {defineConfig} from '@tanstack/start/config'

export default defineConfig({
server: {
preset: 'vercel-edge',
// not supported yet
// preset: 'vercel-edge',
preset: 'vercel',
},
})

0 comments on commit 8168ff8

Please sign in to comment.