[FEATURE] The function of Sharing for others can be setting in local?
Is your feature request related to a problem? Please describe. I found that when I call the share function, I will call a remote post request. Can I set it up in my local project?
Describe the solution you'd like A clear and concise description of what you want to happen.
Additional context I don't find the loaction to set my request address
yes, if youre running the app locally you can specify your GITHUB_TOKEN. for more details on sharing see https://drawdb-io.github.io/docs/share#what-happens-when-you-share
I'm not sure i quite understand what you mean.
All you need to do is create a .env file in the root of the project, add your GITHUB_TOKEN there, and run the app locally.