// svelte.config.js export default { compilerOptions: { experimental: { async: true } }, vitePlugin: { //inspector: true } };