Commit d241fb0
committed
Fix: Resolve TypeScript error in vite.config.ts
The commit addresses a TypeScript error in `vite.config.ts` related to the `error` variable within the `copyLovableUploadsPlugin`. The error, "error is of type 'unknown'", is resolved by adding a type guard or handling the potential unknown type appropriately to ensure type safety.1 parent 58c323a commit d241fb0
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments