-
Notifications
You must be signed in to change notification settings - Fork 3
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
SST Support #248
Comments
Hey @austinm911, thanks for checking us out! I'm gonna try to figure out SST support live :D here's my simple model repo: https://github.com/keturiosakys/cloudflare-hono-sst In theory it should work without any extra modifications. You simply need to import the However, looks like SST doesn't like the Node.js dependencies our client library depends on as I've gotten the error below. The
|
@keturiosakys it might be a similar issue to sst/sst#4677. I tried adding the esbuild options suggested and wasn't able to get it working. Also, probably worth noting I don't see SST projects use a wrangler/dev.vars file since everything is configured in the |
Gotcha, looks similar - will ask the SST team about it |
I'm running hono on a cloudflare worker using SST in a monorepo. Any guidance here?
The text was updated successfully, but these errors were encountered: