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

@@ -5,6 +5,7 @@
"scripts": {
"ng": "ng",
"start": "ng serve",
"codespaces": "ng serve --configuration=codespaces",
"build": "ng build --configuration production",
"prebuild": "node src/postbuild.mjs",
"heroku-postbuild": "npm install --prefix backend",