fermyon / leptos-spin

Integration library for running server-side Leptos apps on Spin
27 stars 6 forks source link

Template can now use crates.io references #30

Closed itowlson closed 4 months ago

itowlson commented 4 months ago

@benwis This will have new applications start with crates.io references instead of Git ones. It seems to build and run correctly against the crates.io version of Leptos, which makes sense as that doesn't yet have any reference to the Spin macro crate. Are you okay with me updating to this now, or is it better to hold off until you've merged the server reference into the Leptos core?

benwis commented 4 months ago

Let me merge that right now

benwis commented 4 months ago

This is merged in, you should be able to remove the spin-macro dependency, and import the server macro from leptos itself, we should be good to go