Skip to content

Commit f571a78

Browse files
birkskyumschiller-manuel
authored andcommitted
add netlify target
1 parent 06bbc33 commit f571a78

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

vite.config.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ export default defineConfig({
1010
projects: ['./tsconfig.json'],
1111
}),
1212

13-
tanstackStart({}),
13+
tanstackStart({
14+
target: 'netlify',
15+
}),
1416

1517
sentryVitePlugin({
1618
authToken: process.env.SENTRY_AUTH_TOKEN,

0 commit comments

Comments
 (0)