mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-07 12:00:01 +03:00
Added new Angular configuration for codespaces
Added CORS control support for codespaces
This commit is contained in:
11
angular.json
11
angular.json
@@ -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": {
|
||||
"browserTarget": "youtube-dl-material:build:es"
|
||||
},
|
||||
"codespaces": {
|
||||
"browserTarget": "youtube-dl-material:build:codespaces"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user