Working with TIDAL
This commit is contained in:
parent
7162fa0ec4
commit
da65ea7148
4 changed files with 83 additions and 40 deletions
|
|
@ -7,4 +7,14 @@ export default defineConfig({
|
|||
build: { format: "directory" },
|
||||
image: { service: passthroughImageService() },
|
||||
base: "/musedle",
|
||||
vite: {
|
||||
optimizeDeps: {
|
||||
esbuildOptions: {
|
||||
target: "esnext",
|
||||
},
|
||||
},
|
||||
build: {
|
||||
target: "esnext",
|
||||
},
|
||||
},
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue