Skip to content

Commit f04ee6a

Browse files
committed
build: fix ts
1 parent a54dfff commit f04ee6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/data-loaders/auto-exports.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export function AutoExportLoaders({
103103
}
104104
},
105105
},
106-
} satisfies Plugin
106+
}
107107
}
108108

109109
export function createAutoExportPlugin(
@@ -112,5 +112,5 @@ export function createAutoExportPlugin(
112112
return {
113113
name: PLUGIN_NAME,
114114
vite: AutoExportLoaders(options),
115-
} satisfies UnpluginOptions
115+
}
116116
}

0 commit comments

Comments
 (0)