Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
fix(ci): fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidRouyer committed Oct 15, 2024
1 parent b933792 commit 5975cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const app = defineConfig({
preset: 'vercel',
},
vite: {
plugins: () => [
plugins: [
tsConfigPaths({
projects: ['./tsconfig.json'],
}),
Expand Down

0 comments on commit 5975cff

Please sign in to comment.