mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
start from cli also in dev mode
This commit is contained in:
parent
3b7b2ec6bd
commit
0de1932e55
1 changed files with 3 additions and 2 deletions
|
@ -6,8 +6,8 @@
|
|||
"scripts": {
|
||||
"build": "cross-env nuxt build --modern",
|
||||
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
|
||||
"dev": "NODE_ENV=development node server/index.js",
|
||||
"dev:inspect": "NODE_ENV=development node --inspect server/index.js",
|
||||
"dev": "NODE_ENV=development node server/cli.js",
|
||||
"dev:inspect": "NODE_ENV=development node --inspect server/cli.js",
|
||||
"dev:nuxt": "cross-env NODE_ENV=development nuxt dev --modern",
|
||||
"doc": "cd docs && bundle exec jekyll b",
|
||||
"doc:dev": "cd docs && bundle exec jekyll s --drafts",
|
||||
|
@ -49,6 +49,7 @@
|
|||
"inquirer": "^8.1.5",
|
||||
"jsdom": "^17.0.0",
|
||||
"jsonwebtoken": "^8.5.1",
|
||||
"linkify-html": "^3.0.2",
|
||||
"linkifyjs": "3.0.1",
|
||||
"lodash": "^4.17.21",
|
||||
"microformat-node": "^2.0.1",
|
||||
|
|
Loading…
Reference in a new issue