Uncaught SyntaxError ambiguous indirect export createClient
I'm trying to just get information from the database via API from the client side.
I have two files.
and
All files in the root directory.
Getting the following error in the console;
Can anybody please help me?
I have two files.
index.htmland
main.jsAll files in the root directory.
Getting the following error in the console;
Uncaught SyntaxError: ambiguous indirect export: createClientCan anybody please help me?