player filters
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user