Test Stable Version
All checks were successful
Subsonics - Pipeline/pipeline/head This commit looks good

This commit is contained in:
Raphix
2023-04-27 11:22:02 +02:00
parent 3aa775d81b
commit b755e989cd
4 changed files with 154 additions and 7 deletions

View File

@ -21,6 +21,7 @@
"ytfps": "^1.1.0"
},
"scripts": {
"start": "nodemon src/main.js"
"start": "nodemon src/main.js",
"dev": "set DEV=true& nodemon src/main.js"
}
}