fix: keep browsers

This commit is contained in:
RiESAEX 2023-02-13 08:17:29 +00:00
parent a7b80fb776
commit 0319b4f3bc

View File

@ -5,7 +5,7 @@ export default (api) => {
default: {
chrome: '64',
ios: '11',
// browsers: ['defaults and not chrome < 61'],
browsers: ['defaults and not chrome < 61'],
},
schema(joi) {
return joi.object();