mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-14 19:34:57 +02:00
11 lines
177 B
JavaScript
11 lines
177 B
JavaScript
|
const { defineConfig } = require("cypress");
|
||
|
|
||
|
module.exports = defineConfig({
|
||
|
component: {
|
||
|
devServer: {
|
||
|
framework: "nuxt",
|
||
|
bundler: "webpack",
|
||
|
},
|
||
|
},
|
||
|
});
|