refactor: format

This commit is contained in:
Mauricio Siu
2024-07-22 12:58:14 -06:00
parent bb13a09def
commit c13eb65b5a

View File

@@ -1,9 +1,9 @@
// EXAMPLE
import {
type Schema,
type Template,
generateHash,
generateRandomDomain,
type Template,
type Schema,
} from "../utils";
export function generate(schema: Schema): Template {
@@ -13,7 +13,7 @@ export function generate(schema: Schema): Template {
const envs = [
`JELLYFIN_HOST=${randomDomain}`,
`HASH=${mainServiceHash}`,
`JELLYFIN_PORT=${port}`
`JELLYFIN_PORT=${port}`,
];
return {