Skip to content

Commit

Permalink
Merge branch 'main' of github.com:viur-framework/vi-admin
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas H. Kelch committed Jun 7, 2024
2 parents 99570f9 + 365780c commit 79e38c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"rollup-plugin-visualizer": "^5.12.0",
"typescript": "^5.4.5",
"vite": "^5.2.9",
"vite-plugin-vue-devtools": "^7.2.1",
"vue-tsc": "^1.8.27"
}
}
2 changes: 2 additions & 0 deletions admin/vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import vue from "@vitejs/plugin-vue"
import path from "path"
import copy from "rollup-plugin-copy"
import { visualizer } from "rollup-plugin-visualizer"
import VueDevTools from 'vite-plugin-vue-devtools'

// https://vitejs.dev/config/
export default defineConfig({
Expand All @@ -23,6 +24,7 @@ export default defineConfig({
}
}
})
//,VueDevTools() #activate if needed
],
css: {
preprocessorOptions: {}
Expand Down

0 comments on commit 79e38c8

Please sign in to comment.