Skip to content

Commit

Permalink
Update tsup.config.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Alan Semenov <[email protected]>
  • Loading branch information
ComLock and alansemenov authored May 13, 2024
1 parent b19fb28 commit 4f94814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default defineConfig(async (options: Options) => {
return import('./tsup/server').then(m => m.default());
}
if (options.d === DIR_DST_ASSETS) {
return import('./tsup/client-asset').then(m => m.default());
return import('./tsup/client').then(m => m.default());
}
throw new Error(`Unconfigured directory:${options.d}!`)
});

0 comments on commit 4f94814

Please sign in to comment.