-
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
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
Lagon support #32
Comments
It'll work as soon as I figure out how to run the examples in the repo :) |
I've merged the |
I'm able to build a function, and the output looks good to me. But |
Yeah, haven't made a new release to include the dev command yet 😅 Should be out in a couple of days after I add live reload! |
Actually I built from the source and tried to link to it with |
Update: I'm made a basic documentation for the CLI and released some fixes and improvements. You should be able to install it with |
Progress report time! I was able to make things work, enough to run the simple test suite, with the following entry point: import hattipHandler from ".";
export async function handler(request) {
return hattipHandler({
request,
ip: "",
platform: {},
passThrough() {},
waitUntil() {},
});
} What worked:
What didn't work:
Not a bad start at all :) |
Thanks for taking the time to test all of this!
Update:
|
Hey! I'm wondering if there are any blockers or bugs left? I would like to work on an official HatTip adapter for Lagon. |
I think we're almost there. There's a small issue in |
I just released There are a few failing tests (most adapters have a few). I will have a closer look on each of them later and open issues/PRs on the Lagon repo. |
Awesome! I'll also take a look at the failing tests to fix them. Thanks again! |
Hello! This is an issue to track the support of Lagon with HatTip. I've created an issue in Lagon's repo too:
It should already work out-of-the-box, but it's a good idea to keep a reference.
The text was updated successfully, but these errors were encountered: