Is it possible to render SPA apps using a server handler #451
Unanswered
barelyhuman
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Wanted to figure out if something like this was a part of the scope .
Repro: https://github.com/barelyhuman/vinxi-spa-custom-server-repro
Use Case
An SPA app (basically no server side work) but we wish to have the entry point be
./src/app.html
for the framework's consistency.To add that since the
spa
type allows a nitro handler, the dev version of the above works as expected but then build fails since there's noindex.html
and it depends on it's existenceBeta Was this translation helpful? Give feedback.
All reactions