mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
chore: lint fixes
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
import {
|
||||
type Template,
|
||||
type Schema,
|
||||
type DomainSchema,
|
||||
type Schema,
|
||||
type Template,
|
||||
generateBase64,
|
||||
generateRandomDomain,
|
||||
} from "../utils";
|
||||
} from "../utils";
|
||||
|
||||
export function generate(schema: Schema): Template {
|
||||
export function generate(schema: Schema): Template {
|
||||
const mainDomain = generateRandomDomain(schema);
|
||||
const jwtSecret = generateBase64(32);
|
||||
|
||||
@@ -38,4 +38,4 @@ import {
|
||||
envs,
|
||||
domains,
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user