Skip to content

Commit bdcf5a3

Browse files
committed
chore: fix build error
1 parent b29c393 commit bdcf5a3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from '@tailwindcss-mangle/config'

packages/tailwindcss-patch/src/core/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ export * from './exposeContext'
33
export * from './inspector'
44
export * from './runtime-patcher'
55
export * from './cache'
6-
export * from '@tailwindcss-mangle/config'
6+
export * from './config'

0 commit comments

Comments
 (0)