This commit is contained in:
2026-02-16 19:25:56 +08:00
parent b8db664c62
commit c0bd0b7964
4 changed files with 46 additions and 4 deletions

View File

@@ -22,4 +22,12 @@ for (const store of storeList) {
target: 'browser',
dts: true,
})
}
}
await buildWithBun({
naming: 'utils-node',
entry: 'query/utils/index.ts',
meta: import.meta,
target: 'node',
dts: true,
})