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 99cfeeb commit 90d5f63Copy full SHA for 90d5f63
apps/svelte.dev/scripts/get_svelte_template.js
@@ -65,7 +65,7 @@ try {
65
66
// add CSS styles from playground to the project
67
const html = readFileSync(
68
- join(output_dir, '../../../../packages/repl/src/lib/Output/srcdoc/index.html'),
+ path.join(output_dir, '../../../../packages/repl/src/lib/Output/srcdoc/index.html'),
69
{ encoding: 'utf-8' }
70
);
71
const css = html
0 commit comments