chore: update SvelteKit config
Some checks are pending
javascript checks / check (macos) (push) Waiting to run
javascript checks / check (ubuntu) (push) Waiting to run
javascript checks / check (windows) (push) Waiting to run
python checks / check (push) Waiting to run
spell check / typos (push) Waiting to run

This commit is contained in:
Muspi Merol
2025-02-12 22:17:35 +08:00
parent cae7ebd2f3
commit bac2a87c3e

View File

@@ -10,6 +10,9 @@ const config = {
alias: {
"$py/*": "src/python/*",
},
output: {
preloadStrategy: "preload-mjs",
},
},
};