Skip to content

Commit

Permalink
try splitting?
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatiusmb committed Jan 16, 2024
1 parent f5f9c4a commit c4e85d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion workspace/website/svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ const config = {
preprocess: [vitePreprocess()],

kit: {
adapter: adapter(),
adapter: adapter({
split: true,
}),

typescript: {
config: (settings) => ({ extends: 'mauss/tsconfig.json', ...settings }),
Expand Down

0 comments on commit c4e85d1

Please sign in to comment.