temp
This commit is contained in:
@@ -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,
|
||||
})
|
||||
Reference in New Issue
Block a user