Skip to content

Commit 765d4fd

Browse files
committed
remove target to use autodetect
1 parent 884f92e commit 765d4fd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

vite.config.ts

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

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

1715
sentryVitePlugin({
1816
authToken: process.env.SENTRY_AUTH_TOKEN,

0 commit comments

Comments
 (0)