mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-04-27 00:08:45 +00:00
Remove nodemon, use nuxt cli tools
@appinteractive can you tell me why we had the custom code in `server/index.js`?
This commit is contained in:
parent
6cebb61d0f
commit
656834fa0b
@ -10,11 +10,11 @@
|
|||||||
"author": "Human Connection gGmbH",
|
"author": "Human Connection gGmbH",
|
||||||
"private": false,
|
"private": false,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "cross-env NODE_ENV=development nodemon server/index.js --watch server",
|
"dev": "nuxt",
|
||||||
"dev:styleguide": "cross-env STYLEGUIDE_DEV=true yarn dev",
|
"dev:styleguide": "cross-env STYLEGUIDE_DEV=true yarn run dev",
|
||||||
"storybook": "start-storybook -p 3002 -c storybook/",
|
"storybook": "start-storybook -p 3002 -c storybook/",
|
||||||
"build": "nuxt build",
|
"build": "nuxt build",
|
||||||
"start": "cross-env node server/index.js",
|
"start": "nuxt start",
|
||||||
"generate": "nuxt generate",
|
"generate": "nuxt generate",
|
||||||
"lint": "eslint --ext .js,.vue .",
|
"lint": "eslint --ext .js,.vue .",
|
||||||
"precommit": "yarn lint",
|
"precommit": "yarn lint",
|
||||||
@ -118,7 +118,6 @@
|
|||||||
"jest": "~24.9.0",
|
"jest": "~24.9.0",
|
||||||
"mutation-observer": "^1.0.3",
|
"mutation-observer": "^1.0.3",
|
||||||
"node-sass": "~4.12.0",
|
"node-sass": "~4.12.0",
|
||||||
"nodemon": "~1.19.2",
|
|
||||||
"prettier": "~1.18.2",
|
"prettier": "~1.18.2",
|
||||||
"sass-loader": "~8.0.0",
|
"sass-loader": "~8.0.0",
|
||||||
"style-loader": "~0.23.1",
|
"style-loader": "~0.23.1",
|
||||||
|
|||||||
@ -10558,7 +10558,7 @@ node-sass@^4.12.0, node-sass@~4.12.0:
|
|||||||
stdout-stream "^1.4.0"
|
stdout-stream "^1.4.0"
|
||||||
"true-case-path" "^1.0.2"
|
"true-case-path" "^1.0.2"
|
||||||
|
|
||||||
nodemon@^1.19.1, nodemon@~1.19.2:
|
nodemon@^1.19.1:
|
||||||
version "1.19.2"
|
version "1.19.2"
|
||||||
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-1.19.2.tgz#b0975147dc99b3761ceb595b3f9277084931dcc0"
|
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-1.19.2.tgz#b0975147dc99b3761ceb595b3f9277084931dcc0"
|
||||||
integrity sha512-hRLYaw5Ihyw9zK7NF+9EUzVyS6Cvgc14yh8CAYr38tPxJa6UrOxwAQ351GwrgoanHCF0FalQFn6w5eoX/LGdJw==
|
integrity sha512-hRLYaw5Ihyw9zK7NF+9EUzVyS6Cvgc14yh8CAYr38tPxJa6UrOxwAQ351GwrgoanHCF0FalQFn6w5eoX/LGdJw==
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user