mirror of
https://github.com/strapi/strapi.git
synced 2025-11-03 11:25:17 +00:00
Merge pull request #15853 from smorimoto/fix-syntax-error-config-database-template
Fix a tiny syntax error in `config/database.ts` of the template
This commit is contained in:
commit
fc938c8bd3
@ -1,6 +1,6 @@
|
||||
import path from 'path';
|
||||
|
||||
export default = ({ env }) => {
|
||||
export default ({ env }) => {
|
||||
const client = env('DATABASE_CLIENT', 'sqlite');
|
||||
|
||||
const connections = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user