updates for ARM

This commit is contained in:
Andras Bacsai
2022-04-01 14:25:55 +02:00
parent 4946ca2d91
commit f56361c0ca
4 changed files with 44 additions and 307 deletions

View File

@@ -1,5 +1,5 @@
import cuid from 'cuid';
import bcrypt from 'bcrypt';
import bcrypt from 'bcryptjs';
import { prisma } from './common';
import { asyncExecShell, uniqueName } from '$lib/common';