mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-15 00:09:38 +00:00
10 lines
172 B
JavaScript
10 lines
172 B
JavaScript
const { defineConfig } = require("cypress")
|
|
|
|
module.exports = defineConfig({
|
|
component: {
|
|
devServer: {
|
|
framework: "nuxt",
|
|
bundler: "webpack"
|
|
}
|
|
}
|
|
})
|