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

This commit is contained in:
Isaac Abadi
2023-12-03 20:02:27 -05:00
8 changed files with 67 additions and 3 deletions

View File

@@ -66,6 +66,14 @@
}
]
},
"codespaces": {
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.codespaces.ts"
}
]
},
"es": {
"localize": ["es"]
}
@@ -83,6 +91,9 @@
},
"es": {
"buildTarget": "youtube-dl-material:build:es"
},
"codespaces": {
"buildTarget": "youtube-dl-material:build:codespaces"
}
}
},