Skip to content

Commit

Permalink
chore: tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
ElMassimo committed Nov 10, 2024
1 parent d59cdc7 commit 932f004
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/iles.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ export default defineConfig({
},
plugins: [
reactivityTransform(),
UnoCSS(),
Boolean(process.env.DEBUG) && inspect(),
UnoCSS() as any,
Boolean(process.env.DEBUG) && inspect() as any,
],
},
})
4 changes: 2 additions & 2 deletions playground/the-vue-point/iles.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ export default defineConfig({
vite: {
plugins: [
reactivityTransform(),
UnoCSS(),
Boolean(process.env.DEBUG) && inspect(),
UnoCSS() as any,
Boolean(process.env.DEBUG) && inspect() as any,
],
},
})

0 comments on commit 932f004

Please sign in to comment.