Skip to content

Commit 34f0dbd

Browse files
heromantfryoppippi
andauthored
fix: offline mode not working for claude package due to wrong macro plugin includes (#685)
Co-authored-by: ryoppippi <1560508+ryoppippi@users.noreply.github.com>
1 parent be43524 commit 34f0dbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/ccusage/tsdown.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default defineConfig({
3030
nodeProtocol: true,
3131
plugins: [
3232
Macros({
33-
include: ['src/index.ts', 'src/pricing-fetcher.ts'],
33+
include: ['src/index.ts', 'src/_pricing-fetcher.ts'],
3434
}),
3535
],
3636
define: {

0 commit comments

Comments
 (0)