Skip to content

Commit

Permalink
test: fix package resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Jan 1, 2024
1 parent 4f7013a commit cb9ad7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default defineConfig({
plugins: [svelte({ preprocess: vitePreprocess() })],
resolve: {
alias: {
[pkg.name]: pkg.main,
[pkg.name]: "./src/index.js",
},
},
},
Expand Down

0 comments on commit cb9ad7b

Please sign in to comment.