mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2024-12-20 19:06:06 +01:00
11 lines
177 B
JavaScript
11 lines
177 B
JavaScript
|
const { defineConfig } = require("cypress");
|
||
|
|
||
|
module.exports = defineConfig({
|
||
|
component: {
|
||
|
devServer: {
|
||
|
framework: "nuxt",
|
||
|
bundler: "webpack",
|
||
|
},
|
||
|
},
|
||
|
});
|