We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Found two issues on 'the fula client library' page.
import {createClient} from '@functionland/fula' const fulaClient = await createClient();
<script src="https://cdn.jsdelivr.net/npm/@functionland/fula/dist/index.js"></script>
To fix:
createClient
The text was updated successfully, but these errors were encountered:
removing fula-client for now since there seem to be issues with it (f…
2cb2b7b
…unctionland#96)
There seems to be a change in the URL. There are two builds available, a node and a web version. https://cdn.jsdelivr.net/npm/@functionland/fula/dist/web/index.js for web https://cdn.jsdelivr.net/npm/@functionland/fula/dist/node/index.cjs for node
node
web
I'm not sure if just changing the URL solves the problem. @farhoud is there any other changes in the build process?
Sorry, something went wrong.
Oops. I really have to be more careful what im changing. But it should be just this. I will test it asap.
farhoud
mehdibalouchi
No branches or pull requests
Found two issues on 'the fula client library' page.
To fix:
createClient
when pulling from CDNThe text was updated successfully, but these errors were encountered: