Skip to content

Commit

Permalink
Fix build cloudflare part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
yunusefendi52 committed Dec 8, 2024
1 parent 316206c commit 5bce6a2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions cli/cli.mjs
Git LFS file not shown
2 changes: 1 addition & 1 deletion cli/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { uploadArtifact, updateMyFetchApiKey } from '../utils/upload-utils.js'
import { promises } from "node:fs"
import { resolve } from "node:path"
import { parseArgs } from "node:util"
import { extractAabToApk } from '~/server/utils/extract-aab-to-apk.js'
import { extractAabToApk } from './extract-aab-to-apk.js'

const args = parseArgs({
options: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import { promises, createWriteStream, existsSync } from 'fs'
import child_process from 'node:child_process'
import { uuidv4 } from "uuidv7"
const exec = util.promisify(child_process.exec)
import { myFetch } from '../../utils/upload-utils.js'
import type { BundleKeystoreResponse } from '../api/artifacts/get-bundle-keystore.get.js'
import { myFetch } from '../utils/upload-utils.js'
import type { BundleKeystoreResponse } from '../server/api/artifacts/get-bundle-keystore.get.js'
import { Readable } from 'stream'
import { ReadableStream } from 'stream/web'
import { finished } from 'stream/promises'
Expand Down

0 comments on commit 5bce6a2

Please sign in to comment.