Merge branch 'github-actions/testing' into chore/github-actions

This commit is contained in:
Timo De Meyst 2025-03-18 19:43:54 +01:00
commit f7222eafd6
4 changed files with 5 additions and 4 deletions

View file

@ -13,6 +13,6 @@ export default defineConfig({
},
},
build: {
target: 'esnext' //browsers can handle the latest ES features
},
target: "esnext", //Browsers can handle the latest ES features
},
});