pull/16/head
Juraj Nyíri 3 years ago
parent 04f574050b
commit 49f8cb5d3d

2
.gitignore vendored

@ -1 +1,3 @@
node_modules
dist
build

@ -8,6 +8,7 @@
"lint": "eslint src/*.ts --fix",
"rollup": "rollup -c -m",
"build": "npm run lint && npm run rollup",
"start": "rollup -c --watch",
"dev": "npm run build && cp dist/plex-meets-homeassistant.js ~/.homeassistant/www/plex-meets-homeassistant.js"
},
"repository": {

Loading…
Cancel
Save