precompress
logic should live in Kit, not adapters
#3796
Labels
feature / enhancement
New feature or request
p2-nice-to-have
SvelteKit cannot be used by a small number of people, quality of life improvements, etc.
Milestone
Describe the problem
There's no reason for both of these to exist:
kit/packages/adapter-node/index.js
Lines 73 to 91 in 225c1ce
kit/packages/adapter-static/index.js
Lines 49 to 63 in 225c1ce
Describe the proposed solution
The logic should live in Kit itself — adapters should be able to do this sort of thing:
Alternatives considered
No response
Importance
nice to have
Additional Information
No response
The text was updated successfully, but these errors were encountered: