Skip to content

Commit d27fbe8

Browse files
committed
refactor: update firebase-functions type import
1 parent 2840644 commit d27fbe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/presets/firebase/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { RuntimeOptions, region } from "firebase-functions";
1+
import type { RuntimeOptions, region } from "firebase-functions/v1";
22
import type { HttpsOptions } from "firebase-functions/v2/https";
33

44
export type FirebaseOptions = FirebaseFunctionsOptions | AppHostingOptions;

0 commit comments

Comments
 (0)