UNPKG

ngx-deploy-docker

Version:

Publish your angular projects to a docker registry by just run `ng deploy your-app`

1 lines 536 B
{"version":3,"file":"interfaces.js","sourceRoot":"","sources":["../../src/interfaces.ts"],"names":[],"mappings":"","sourcesContent":["export interface WorkspaceProject {\r\n projectType?: string;\r\n architect?: Record<\r\n string,\r\n { builder: string; options?: Record<string, any> }\r\n >;\r\n}\r\n\r\nexport interface Workspace {\r\n defaultProject?: string;\r\n projects: Record<string, WorkspaceProject>;\r\n}\r\n\r\nexport interface BuildTarget {\r\n name: string;\r\n options?: { [name: string]: any };\r\n}\r\n"]}