Auto formatting

This commit is contained in:
advplyr 2024-04-29 16:30:30 -05:00
parent 2bd532eb9a
commit ff27c0b58b
4 changed files with 41 additions and 43 deletions

View file

@ -1,10 +1,10 @@
const { defineConfig } = require("cypress");
const { defineConfig } = require("cypress")
module.exports = defineConfig({
component: {
devServer: {
framework: "nuxt",
bundler: "webpack",
},
},
});
bundler: "webpack"
}
}
})