Skip to content

Commit 1adf3db

Browse files
authored
chore(js/testapps/flow-simple-ai): fixed imports to better support ESM and running directly with node (#3792)
1 parent 126c489 commit 1adf3db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎js/testapps/flow-simple-ai/src/index.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ import { initializeApp } from 'firebase-admin/app';
2424
import { getFirestore } from 'firebase-admin/firestore';
2525
import fs from 'fs';
2626
import {
27-
MediaPart,
2827
MessageSchema,
2928
dynamicTool,
3029
genkit,
3130
z,
3231
type GenerateResponseData,
32+
type MediaPart,
3333
} from 'genkit/beta';
3434
import { logger } from 'genkit/logging';
3535
import {

0 commit comments

Comments
 (0)