Skip to content

Commit

Permalink
feat: hosted-dev script to run docable with local ottomatica_services
Browse files Browse the repository at this point in the history
  • Loading branch information
ssmirr committed Mar 13, 2021
1 parent 7851eb1 commit db2e11e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion modules/hosted
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"bin": "index.js",
"scripts": {
"dev": "cross-env LOG_LEVEL=debug NODE_ENV=dev nodemon ./index.js --notebook_dir docs/examples/ | pino-pretty",
"hosted-dev": "cross-env LOG_LEVEL=debug NODE_ENV=prod DOCABLE_CONTENTEDITABLE=true DOCABLE_SERVICES=dev nodemon ./index.js -- --notebook_dir docs/examples/ ",
"prod": "cross-env LOG_LEVEL=debug NODE_ENV=prod DOCABLE_CONTENTEDITABLE=true pm2 start ./index.js -- --notebook_dir docs/examples/ ",
"deploy": "NODE_ENV=prod pm2 start index.js",
"init-modules": "git submodule update --init --recursive && git submodule foreach npm install",
Expand Down

0 comments on commit db2e11e

Please sign in to comment.