mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-09-14 11:06:15 +05:00
fix(ai): allow configFiles to be null in template generator Details type (#4736)
This commit is contained in:
parent
cb23d726fe
commit
38de9ef218
@ -47,7 +47,7 @@ interface Details {
|
||||
envVariables: EnvVariable[];
|
||||
shortDescription: string;
|
||||
domains: Domain[];
|
||||
configFiles?: Mount[];
|
||||
configFiles?: Mount[] | null;
|
||||
}
|
||||
|
||||
interface Mount {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user