Add database-only option of storing iiip-server
This commit is contained in:
parent
733aa237d1
commit
89317662de
14 changed files with 37 additions and 10 deletions
|
|
@ -11,6 +11,7 @@ export function Backup(): WebSocketCall {
|
|||
type ProvisionParams = {
|
||||
Slug: string;
|
||||
Flavor?: "Drupal 10" | "Drupal 9",
|
||||
IIPServer?: string,
|
||||
System: SystemParams
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue