Index: frontend/node_modules/async-function/require.mjs
===================================================================
--- frontend/node_modules/async-function/require.mjs	(revision 9af201e94b5a79beb92a30858fc54de4bc3b9449)
+++ frontend/node_modules/async-function/require.mjs	(revision 9af201e94b5a79beb92a30858fc54de4bc3b9449)
@@ -0,0 +1,5 @@
+import getAsyncFunction from './index.js';
+
+export default getAsyncFunction;
+
+export { getAsyncFunction as 'module.exports' };
