player filters

This commit is contained in:
Jon Dough
2024-01-15 13:56:25 +05:30
parent ae0166b238
commit 28aed59070
3 changed files with 74 additions and 4 deletions

View File

@@ -6,7 +6,8 @@
"scripts": {
"compile": "tsc -p .",
"build": "node build.js",
"host": "node host.js"
"host": "node host.js",
"start": "npm run compile && npm run build && npm run host"
},
"repository": {
"type": "git",