Skip to content

Commit 9436137

Browse files
committed
etstinggaa
1 parent 35bd6c6 commit 9436137

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
@@ -27,7 +27,8 @@ console.log(githubSlugs)
2727

2828

2929
if (isStatic && githubSlugs.length === 0) {
30-
throw new Error('⚠️ No GitHub slugs found. Ensure GITHUB_TOKEN is set and has access to public repos.');
30+
console.log('ffs')
31+
// throw new Error('⚠️ No GitHub slugs found. Ensure GITHUB_TOKEN is set and has access to public repos.');
3132
}
3233

3334
/** @type {import('@sveltejs/kit').Config} */

0 commit comments

Comments
 (0)