Skip to content

Commit 239e044

Browse files
committed
fix: import type from package entry and not internals
1 parent b704128 commit 239e044

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/runtime/src/helpers/files.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { cpus } from 'os'
22

3-
import type { Blobs } from '@netlify/blobs/dist/src/main'
3+
import type { Blobs } from '@netlify/blobs'
44
import type { NetlifyConfig } from '@netlify/build/types'
55
import { yellowBright } from 'chalk'
66
import { existsSync, readJson, move, copy, writeJson, ensureDir, readFileSync, remove, readFile } from 'fs-extra'

packages/runtime/src/templates/blobStorage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Buffer } from 'buffer'
22

3-
import { Blobs as IBlobs } from '@netlify/blobs/dist/src/main'
3+
import { Blobs as IBlobs } from '@netlify/blobs'
44

55
import { Blobs as untypedBlobs } from './blob'
66

0 commit comments

Comments
 (0)