Files
scrypted/plugins/cloud
Koushik Dutta b449f91923 publish plugins
2021-09-08 13:19:51 -07:00
..
2021-08-24 21:22:41 -07:00
2021-08-24 21:22:41 -07:00
2021-08-24 21:22:41 -07:00
2021-08-24 21:22:41 -07:00
2021-09-08 13:19:51 -07:00
2021-09-08 13:19:51 -07:00
2021-08-24 21:22:41 -07:00

@scrypted/cloud

npm commands

  • npm run scrypted-webpack
  • npm run scrypted-deploy
  • npm run scrypted-debug

scrypted distribution via npm

  1. Ensure package.json is set up properly for publishing on npm.
  2. NODE_ENV=production npm run scrypted-webpack
  3. git add dist/main.js
  4. git commit
  5. npm publish

Visual Studio Code configuration

  • If using a remote server, edit .vscode/settings.json to specify the IP Address of the Scrypted server.
  • Launch Scrypted Debugger from the launch menu.