Reimplement embedded player ui with petite-vue
This commit is contained in:
parent
56a1058539
commit
86be283c6c
6 changed files with 468 additions and 31 deletions
|
|
@ -40,14 +40,6 @@ export default defineConfig(({ mode }) => ({
|
|||
'~': resolve(__dirname, './src')
|
||||
}
|
||||
},
|
||||
build: {
|
||||
rollupOptions: {
|
||||
input: {
|
||||
main: resolve(__dirname, './index.html'),
|
||||
embed: resolve(__dirname, './embed.html')
|
||||
}
|
||||
}
|
||||
},
|
||||
test: {
|
||||
environment: 'jsdom',
|
||||
globals: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue