Skip to content

Commit

Permalink
chore: t
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Oct 4, 2024
1 parent bb3e55e commit d60eef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vitest.config.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default defineConfig({
include: ['./tests/**/*.e2e.ts'],
setupFiles: ['./tests/setup.js'],
alias: {
'storyblok-js-client': '/dist/index.mjs',
'storyblok-js-client': './dist/index.mjs',
},
},
});

0 comments on commit d60eef3

Please sign in to comment.