mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-15 20:25:23 +02:00
test(templates): add unit tests for isolated deployment config field
This commit is contained in:
@@ -45,6 +45,7 @@ export interface CompleteTemplate {
|
||||
};
|
||||
variables: Record<string, string>;
|
||||
config: {
|
||||
isolated?: boolean;
|
||||
domains: DomainConfig[];
|
||||
env:
|
||||
| Record<string, string | boolean | number>
|
||||
|
||||
Reference in New Issue
Block a user