mirror of
https://github.com/ivuorinen/sysvinit-service-generator.git
synced 2026-03-11 19:02:17 +00:00
feat(github-action)!: Update github/super-linter ( v5 → v6 ) (#16)
This commit is contained in:
@@ -6,10 +6,7 @@ import VueDevTools from 'vite-plugin-vue-devtools'
|
||||
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [
|
||||
vue(),
|
||||
VueDevTools(),
|
||||
],
|
||||
plugins: [vue(), VueDevTools()],
|
||||
resolve: {
|
||||
alias: {
|
||||
'@': fileURLToPath(new URL('./src', import.meta.url))
|
||||
|
||||
Reference in New Issue
Block a user