Refactoring code and structure

This commit is contained in:
2022-01-29 14:48:58 +01:00
parent 416ccab7ef
commit 4d54ea04b9
16 changed files with 132 additions and 44 deletions

View File

@@ -7,7 +7,7 @@
"dev": "nodemon app.js",
"build": "parcel build ./frontend/index.html",
"fe": "parcel ./frontend/index.html --open",
"fetch": "./lib/fetch-yt-dlp.sh && mv yt-dlp ./lib"
"fetch": "./server/fetch-yt-dlp.sh && mv yt-dlp ./server"
},
"author": "marcobaobao",
"license": "ISC",