This commit is contained in:
2021-11-24 00:04:37 +01:00
parent 697138d3fa
commit 88cbba61ef
6 changed files with 42 additions and 18 deletions

View File

@@ -3,10 +3,11 @@
"version": "1.0.0",
"description": "",
"scripts": {
"start": "node --harmony app.js",
"start": "node --harmony server.js",
"dev": "nodemon app.js",
"build": "parcel build ./frontend/index.html",
"fe": "parcel ./frontend/index.html --open"
"fe": "parcel ./frontend/index.html --open",
"fetch":"./lib/fetch-yt-dlp.sh && mv yt-dlp ./lib"
},
"author": "",
"license": "ISC",