Skip to content

Commit

Permalink
fix(e2e): Use new config plugin type
Browse files Browse the repository at this point in the history
  • Loading branch information
dstaley committed Oct 15, 2024
1 parent 0a9bf8e commit 232e79d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/templates/tanstack-start/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import tsConfigPaths from 'vite-tsconfig-paths'

export default defineConfig({
vite: {
plugins: () => [
plugins: [
tsConfigPaths({
projects: ['./tsconfig.json'],
}),
Expand Down

0 comments on commit 232e79d

Please sign in to comment.