audiobookshelf/client/cypress.config.js

11 lines
177 B
JavaScript
Raw Normal View History

2024-04-15 22:57:21 +02:00
const { defineConfig } = require("cypress");
module.exports = defineConfig({
component: {
devServer: {
framework: "nuxt",
bundler: "webpack",
},
},
});