Skip to content

Commit

Permalink
chore: more experimental-app
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Dec 1, 2024
1 parent 1f80323 commit 63b9a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viteroll/viteroll.ts
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ ${innerCode}
}

async import(input: string): Promise<unknown> {
if (this.outputOptions.format === "app") {
if (this.outputOptions.format === "experimental-app") {
return this.getRunner().import(input);
}
// input is no use
Expand Down

0 comments on commit 63b9a70

Please sign in to comment.