feat: Scan for lock files and set right commands

This commit is contained in:
Andras Bacsai
2022-02-20 14:40:15 +01:00
parent 1cfaef911c
commit aa5e2edbc5
4 changed files with 189 additions and 58 deletions

View File

@@ -30,7 +30,7 @@
import type Prisma from '@prisma/client';
import { page } from '$app/stores';
import { enhance, errorNotification } from '$lib/form';
import { errorNotification } from '$lib/form';
import { goto } from '$app/navigation';
import { post } from '$lib/api';