fix config

This commit is contained in:
anarch3 2022-11-21 14:32:38 -05:00
parent f099023e9b
commit cb17a85fda

View file

@ -4,4 +4,5 @@ module.exports = defineConfig({
e2e: { e2e: {
baseUrl: "http://localhost:3000", baseUrl: "http://localhost:3000",
}, },
chromeWebSecurity: false
}); });