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

Do not deploy servers if site is a SPA #5

Open
H0R5E opened this issue May 8, 2023 · 0 comments
Open

Do not deploy servers if site is a SPA #5

H0R5E opened this issue May 8, 2023 · 0 comments
Labels
enhancement New feature or request feature requires a minor version update

Comments

@H0R5E
Copy link
Member

H0R5E commented May 8, 2023

Potentially, a sveltekit application can be configured as a SPA, removing the requirement for an SSR server.

The software could be modified such that if no server files are generated then the SSR server isn't built. It might also remove the need for the CORS lambda also.

Note that adapter-static has to do some special work to render a fallback page, which would likely need to be copied here.

@H0R5E H0R5E added enhancement New feature or request feature requires a minor version update labels May 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature requires a minor version update
Projects
None yet
Development

No branches or pull requests

1 participant