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 9970bd9 commit 35bd6c6Copy full SHA for 35bd6c6
svelte.config.js
@@ -21,9 +21,11 @@ async function getGithubSlugs() {
21
}
22
23
24
+const githubSlugs = await getGithubSlugs();
25
+
26
console.log(githubSlugs)
27
-const githubSlugs = await getGithubSlugs();
28
29
if (isStatic && githubSlugs.length === 0) {
30
throw new Error('⚠️ No GitHub slugs found. Ensure GITHUB_TOKEN is set and has access to public repos.');
31
0 commit comments