feat: template port name
This commit is contained in:
@@ -15,6 +15,7 @@ export interface FormData {
|
||||
ports: {
|
||||
port: number;
|
||||
protocol?: string;
|
||||
name?: string;
|
||||
}[];
|
||||
env: {
|
||||
name: string;
|
||||
|
||||
Reference in New Issue
Block a user