minor
This commit is contained in:
@@ -7,9 +7,9 @@
|
|||||||
"build": "nuxt build --modern",
|
"build": "nuxt build --modern",
|
||||||
"start:inspect": "NODE_ENV=production node --inspect node_modules/.bin/nuxt start --modern",
|
"start:inspect": "NODE_ENV=production node --inspect node_modules/.bin/nuxt start --modern",
|
||||||
"dev": "nuxt dev",
|
"dev": "nuxt dev",
|
||||||
"test-sqlite": "NODE_ENV=test; DB='sqlite'; jest",
|
"test-sqlite": "export NODE_ENV=test; export DB=sqlite; jest",
|
||||||
"test-mariadb": "NODE_ENV=test; DB='mariadb'; jest",
|
"test-mariadb": "export NODE_ENV=test; export DB=mariadb; jest",
|
||||||
"test-postgresql": "NODE_ENV=test; DB='postgresql'; jest",
|
"test-postgresql": "export NODE_ENV=test; export DB=postgresql; jest",
|
||||||
"start": "nuxt start --modern",
|
"start": "nuxt start --modern",
|
||||||
"doc": "cd docs && bundle exec jekyll b",
|
"doc": "cd docs && bundle exec jekyll b",
|
||||||
"doc:dev": "cd docs && bundle exec jekyll s --drafts",
|
"doc:dev": "cd docs && bundle exec jekyll s --drafts",
|
||||||
@@ -62,6 +62,7 @@
|
|||||||
"minify-css-string": "^1.0.0",
|
"minify-css-string": "^1.0.0",
|
||||||
"mkdirp": "^1.0.4",
|
"mkdirp": "^1.0.4",
|
||||||
"multer": "^1.4.5-lts.1",
|
"multer": "^1.4.5-lts.1",
|
||||||
|
"mysql2": "^2.3.3",
|
||||||
"nuxt-edge": "2.16.0-27616340.013f051b",
|
"nuxt-edge": "2.16.0-27616340.013f051b",
|
||||||
"pg": "^8.6.0",
|
"pg": "^8.6.0",
|
||||||
"sequelize": "^6.21.3",
|
"sequelize": "^6.21.3",
|
||||||
|
|||||||
Reference in New Issue
Block a user