We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dedda71 commit dfef62aCopy full SHA for dfef62a
packages/kit/src/exports/vite/index.js
@@ -756,7 +756,9 @@ async function kit({ svelte_config }) {
756
757
if (opts?.ssr) {
758
// Extra newlines to prevent syntax errors around missing semicolons or comments
759
- code += '\n\n' + dedent`
+ code +=
760
+ '\n\n' +
761
+ dedent`
762
import * as $$_self_$$ from './${path.basename(id)}';
763
import { init_remote_functions as $$_init_$$ } from '@sveltejs/kit/internal';
764
0 commit comments