Skip to content

Commit

Permalink
FEAT: Adding DevTools in vite #29
Browse files Browse the repository at this point in the history
  • Loading branch information
Caussz committed Jul 2, 2024
1 parent 66d0478 commit 149da81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ import { fileURLToPath, URL } from 'node:url';
import { defineConfig } from 'vite';
import vue from '@vitejs/plugin-vue';
import { VitePWA } from 'vite-plugin-pwa';
import vueDevTools from 'vite-plugin-vue-devtools';

export default defineConfig({
plugins: [
vue(),
vueDevTools(),
VitePWA({
registerType: 'autoUpdate',
includeAssets: ['favicon.svg', 'apple-touch-icon.png', 'masked-icon.svg'],
Expand Down

0 comments on commit 149da81

Please sign in to comment.