Skip to content

Commit

Permalink
prefer default conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Aug 12, 2023
1 parent 3440022 commit 196db15
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/server/dev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export async function createDevServer(

const h3Entry = await resolvePath("h3", {
url: [options.cwd!, process.cwd(), import.meta.url].filter(Boolean),
conditions: ["node", "import"],
});

Check warning on line 24 in src/server/dev.ts

View check run for this annotation

Codecov / codecov/patch

src/server/dev.ts#L21-L24

Added lines #L21 - L24 were not covered by tests
const {
Expand Down

0 comments on commit 196db15

Please sign in to comment.