feat: Astro buildpack

This commit is contained in:
Andras Bacsai
2022-02-23 22:07:06 +01:00
parent df896542e4
commit 15a3fd4456
3 changed files with 51 additions and 30 deletions

View File

@@ -35,6 +35,7 @@
import { get } from '$lib/api';
import { errorNotification } from '$lib/form';
import { gitTokens } from '$lib/store';
import { browser } from '$app/env';
let scanning = true;
let foundConfig = null;