force deploy and custom nameservers

This commit is contained in:
yoan
2024-09-18 22:42:18 +08:00
parent 2d37c42584
commit ba6a504588
11 changed files with 1086 additions and 300 deletions

View File

@@ -13,8 +13,10 @@ export type Domain = {
phaseSuccess?: boolean;
lastDeployedAt?: string;
variables?: string;
nameservers?: string;
group?: string;
enabled?: boolean;
deployed?: boolean;
created?: string;
updated?: string;
deleted?: string;