-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
p2-nice-to-haveSvelteKit cannot be used by a small number of people, quality of life improvements, etc.SvelteKit cannot be used by a small number of people, quality of life improvements, etc.
Milestone
Description
Describe the problem
SvelteKit exit
s:
kit/packages/kit/src/vite/index.js
Line 312 in cfd38d4
process.exit(0); |
This means you can't have another plugin after the SvelteKit plugin
Describe the proposed solution
Add a new close
hook
Have prerender
call server.close()
Alternatives considered
No response
Importance
Prevents https://github.com/userquin/pwa-sveltekit-vite from working
Additional Information
No response
Metadata
Metadata
Assignees
Labels
p2-nice-to-haveSvelteKit cannot be used by a small number of people, quality of life improvements, etc.SvelteKit cannot be used by a small number of people, quality of life improvements, etc.