mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2024-11-27 08:10:26 +00:00
chore(vite): switch to Volar
This commit is contained in:
parent
428e8ce0c8
commit
b81287bbd5
2
.vscode/extensions.json
vendored
2
.vscode/extensions.json
vendored
@ -4,7 +4,7 @@
|
||||
|
||||
// List of extensions which should be recommended for users of this workspace.
|
||||
"recommendations": [
|
||||
"octref.vetur",
|
||||
"Vue.volar",
|
||||
"dbaeumer.vscode-eslint",
|
||||
"esbenp.prettier-vscode",
|
||||
"lokalise.i18n-ally",
|
||||
|
@ -23,5 +23,8 @@
|
||||
"vite-plugin-vue-layouts/client",
|
||||
"vite/client"
|
||||
]
|
||||
},
|
||||
"vueCompilerOptions": {
|
||||
"target": 2.7
|
||||
}
|
||||
}
|
||||
|
@ -1,8 +0,0 @@
|
||||
module.exports = {
|
||||
projects: [
|
||||
{
|
||||
root: './frontend',
|
||||
package: '../package.json'
|
||||
}
|
||||
]
|
||||
};
|
Loading…
Reference in New Issue
Block a user