Skip to content

Commit 50828dc

Browse files
committed
typo: front vite lint 에러 수정
- 세미 콜론 빠져있던 에러 수정
1 parent 42f6585 commit 50828dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ export default defineConfig(({ mode }) => ({
2020
outDir: '.dist'
2121
},
2222
cacheDir: '.vite'
23-
}))
23+
}));

0 commit comments

Comments
 (0)