Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into docker-ubuntu

This commit is contained in:
Isaac Abadi
2022-05-05 03:03:44 -04:00
36 changed files with 2164 additions and 7694 deletions

View File

@@ -12,7 +12,8 @@
"lint": "ng lint",
"e2e": "ng e2e",
"electron": "ng build --base-href ./ && electron .",
"generate": "openapi --input ./\"Public API v1.yaml\" --output ./src/api-types --exportCore false --exportServices false --exportModels true"
"generate": "openapi --input ./\"Public API v1.yaml\" --output ./src/api-types --exportCore false --exportServices false --exportModels true",
"i18n-source": "ng extract-i18n --output-path=src/assets/i18n"
},
"engines": {
"node": "12.3.1",