Skip to content

Commit 9970bd9

Browse files
committed
etsting
1 parent bb8248b commit 9970bd9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

svelte.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ async function getGithubSlugs() {
2121
}
2222
}
2323

24-
const githubSlugs = await getGithubSlugs();
24+
console.log(githubSlugs)
2525

26+
const githubSlugs = await getGithubSlugs();
2627
if (isStatic && githubSlugs.length === 0) {
2728
throw new Error('⚠️ No GitHub slugs found. Ensure GITHUB_TOKEN is set and has access to public repos.');
2829
}

0 commit comments

Comments
 (0)