We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10991aa commit dc96e9dCopy full SHA for dc96e9d
cloud/main.js
@@ -1,2 +1,2 @@
1
// It is best practise to organize your cloud functions group into their own file. You can then import them in your main.js.
2
-import('./functions.js');
+await import('./functions.js');
0 commit comments