advplyr.audiobookshelf/client/cypress.config.js

11 lines
172 B
JavaScript
Raw Normal View History

2024-04-29 16:30:30 -05:00
const { defineConfig } = require("cypress")
2024-04-15 23:57:21 +03:00
module.exports = defineConfig({
component: {
devServer: {
framework: "nuxt",
2024-04-29 16:30:30 -05:00
bundler: "webpack"
}
}
})