You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current docs shows how to set the access token from the cloud service and the Types needed for a custom backend but missing how to link a custom backend i.e Express backend!
I see docs missing what possible configurations for backend:
import { Config, EasyblocksBackend } from "@easyblocks/core";
export const easyblocksConfig: Config = {
backend: new EasyblocksBackend({
accessToken: "<<< your access token >>>",
}),
// ...
};
Thank you for this excellent easy to use Page builder.
I want to create my own backend, but I don't know how to start and the documentation doesn't have much information
The text was updated successfully, but these errors were encountered: