Skip to content
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

Adapter doesn't export "handler" like the other adapters #28

Closed
francoislg opened this issue Sep 14, 2023 · 0 comments · Fixed by #41
Closed

Adapter doesn't export "handler" like the other adapters #28

francoislg opened this issue Sep 14, 2023 · 0 comments · Fixed by #41

Comments

@francoislg
Copy link

@sveltekit/adapter-node, svelte-adapter-deno, adapter-node-ws (and probably others) expose their server middleware in an handler.js file when generating the build to allow devs to include this middleware instead of using the full server.

It is particularly useful to merge a storybook server with the application server into a single application, which is what I am trying to do here, and it prevents me from using this adapter.

It would be nice to have the same build output structure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant