We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 884f92e commit 765d4fdCopy full SHA for 765d4fd
1 file changed
vite.config.ts
@@ -10,9 +10,7 @@ export default defineConfig({
10
projects: ['./tsconfig.json'],
11
}),
12
13
- tanstackStart({
14
- target: 'netlify',
15
- }),
+ tanstackStart({}),
16
17
sentryVitePlugin({
18
authToken: process.env.SENTRY_AUTH_TOKEN,
0 commit comments