Skip to content

Commit

Permalink
typo: front vite lint 에러 수정
Browse files Browse the repository at this point in the history
- 세미 콜론 빠져있던 에러 수정
  • Loading branch information
i3kae committed Nov 13, 2024
1 parent 42f6585 commit 50828dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ export default defineConfig(({ mode }) => ({
outDir: '.dist'
},
cacheDir: '.vite'
}))
}));

0 comments on commit 50828dc

Please sign in to comment.