mirror of
https://github.com/LukeHagar/crossws.git
synced 2025-12-06 04:19:26 +00:00
refactor: import bun types from @types/bun
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
This commit is contained in:
@@ -6,7 +6,7 @@ export default defineBuildConfig({
|
||||
rollup: {
|
||||
inlineDependencies: true,
|
||||
},
|
||||
externals: ["@cloudflare/workers-types", "bun-types"],
|
||||
externals: ["@cloudflare/workers-types", "bun"],
|
||||
hooks: {
|
||||
async "build:done"(ctx) {
|
||||
const entries = Object.keys(ctx.pkg.exports || {})
|
||||
|
||||
Reference in New Issue
Block a user