Added types for haproxy/configuration

This commit is contained in:
dominicbachmann
2022-04-06 20:40:25 +02:00
parent 51a5b3b602
commit 8a401f50cb
2 changed files with 122 additions and 128 deletions

View File

@@ -1,9 +1,7 @@
import cuid from 'cuid';
import bcrypt from 'bcrypt';
import { prisma } from './common';
import { asyncExecShell, uniqueName } from '$lib/common';
import * as db from '$lib/database';
import { startCoolifyProxy } from '$lib/haproxy';
import type { User } from '@prisma/client';