Skip to content

Commit 072a68a

Browse files
authored
Merge branch 'main' into automated/noid/main-fix-npm-audit
Signed-off-by: Enjeck <32180937+enjeck@users.noreply.github.com>
2 parents 28b26b5 + 2b93229 commit 072a68a

4 files changed

Lines changed: 1019 additions & 245 deletions

File tree

cypress.config.mjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ export default defineConfig({
4646
framework: 'vue',
4747
bundler: 'vite',
4848
viteConfig: {
49+
resolve: {
50+
alias: {
51+
'vue': 'vue',
52+
},
53+
},
4954
plugins: [vue(), nodePolyfills()],
5055
optimizeDeps: {
5156
exclude: [

0 commit comments

Comments
 (0)