Skip to content

Commit

Permalink
bundle: Fix binary build
Browse files Browse the repository at this point in the history
  • Loading branch information
xemle committed Jun 27, 2024
1 parent 1d34367 commit eb246cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/bundle/src/caxa.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ import { access, mkdir } from 'fs/promises'
import { createWriteStream, createReadStream } from 'fs'
import path from 'path'
import { Readable } from 'stream'
import { fileURLToPath } from 'url'
const __dirname = fileURLToPath(new URL('.', import.meta.url))

import { logger } from './log.js'

Expand Down

0 comments on commit eb246cc

Please sign in to comment.