Skip to content

Commit

Permalink
feat: start the checker ui minimized (#1005)
Browse files Browse the repository at this point in the history
  • Loading branch information
euharrison authored Aug 19, 2024
1 parent a431c59 commit 2b6440e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/namadillo/vite.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export default defineConfig(({ mode }) => {
checker({
typescript: true,
eslint: { lintCommand: 'eslint "./src/**/*.{ts,tsx}"' },
overlay: { initialIsOpen: false },
}),
],
define: {
Expand Down

0 comments on commit 2b6440e

Please sign in to comment.