Is there an open source backend for this project?
Opened this issue · 2 comments
fredojbg commented
I want to create my own backend, but I don't know how to start and the documentation doesn't have much information
wpplumber commented
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.
ducga1998 commented
same question, i want see express app backend and not use access token