Skip to content

Commit 268eb9c

Browse files
committed
fix(aliyun): explicitly import useRuntimeConfig
1 parent da71f5c commit 268eb9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/runtime/providers/aliyun.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { joinURL, encodePath } from 'ufo'
22
import { defineProvider, createOperationsGenerator } from '#image'
3+
import { useRuntimeConfig } from '#imports'
34

45
const operationsGenerator = createOperationsGenerator({
56
joinWith: '/',

0 commit comments

Comments
 (0)