Add array concat operator
This commit is contained in:
@@ -10,6 +10,7 @@ in
|
||||
schema.Service & {
|
||||
name = "api";
|
||||
port = 9000 + 443;
|
||||
tags = ["web"] ++ ["prod"];
|
||||
feature.enable = 9000 + 443 > 9000 && true;
|
||||
}
|
||||
`,
|
||||
|
||||
Reference in New Issue
Block a user