diff --git a/src/functions.ts b/src/functions.ts index 4ff19b3..aaf838c 100644 --- a/src/functions.ts +++ b/src/functions.ts @@ -46,6 +46,7 @@ export const createFunctions = async (options: Options, manifest: any) => { const result = await Deno.emit(fnFilePath, { bundle: "module", check: false, + importMapPath: `${options.workingDirectory}/import_map.json`, }); // Write FN File and sourcemap file