Skip to content

Commit

Permalink
fix: add vite (#47)
Browse files Browse the repository at this point in the history
* fit: fix github workflow

* fit: fix github workflow

* fit: fix github workflow

* fix: replace color library by native color to console log

* fix: readme file

* fix: build setup with vite
  • Loading branch information
Lawndlwd committed May 31, 2024
1 parent 72d9fc0 commit f817761
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/utils/summary.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import { SummaryArgs } from '../types'
<<<<<<< HEAD
import { exit } from 'process'
=======
>>>>>>> f6a612e (fix: add vite (#47))

export const summary = ({
unusedLocalesCountByPath,
Expand Down

0 comments on commit f817761

Please sign in to comment.