removed db dev
This commit is contained in:
@@ -20,8 +20,7 @@ module.exports = ({ env }) => {
|
||||
connection: {
|
||||
client,
|
||||
connection: client === 'sqlite' ? sqlLite(env) : sqlDb(env, client),
|
||||
useNullAsDefault: true,
|
||||
debug: env('NODE_ENV', 'development') === 'development'
|
||||
useNullAsDefault: true
|
||||
},
|
||||
});
|
||||
};
|
||||
|
||||
8
package-lock.json
generated
8
package-lock.json
generated
@@ -10,10 +10,10 @@
|
||||
"hasInstallScript": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@strapi/plugin-graphql": "^4.0.6",
|
||||
"@strapi/plugin-i18n": "^4.0.6",
|
||||
"@strapi/plugin-users-permissions": "^4.0.6",
|
||||
"@strapi/strapi": "^4.0.6",
|
||||
"@strapi/plugin-graphql": "4.0.6",
|
||||
"@strapi/plugin-i18n": "4.0.6",
|
||||
"@strapi/plugin-users-permissions": "4.0.6",
|
||||
"@strapi/strapi": "4.0.6",
|
||||
"mysql": "^2.18.1",
|
||||
"sqlite3": "^5.0.2"
|
||||
},
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"scripts": {
|
||||
"develop": "strapi develop",
|
||||
"start": "strapi start",
|
||||
"build": "NODE_ENV=development strapi build",
|
||||
"build": "NODE_ENV=production strapi build",
|
||||
"strapi": "strapi",
|
||||
"postinstall": "node ./bin/postinstall.js"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user