mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-01-08 00:08:14 +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",
|
|
},
|
|
},
|
|
});
|