mirror of
https://github.com/strapi/strapi.git
synced 2025-08-30 19:56:05 +00:00
Fix a tiny syntax error in config/database.ts
of the template
Signed-off-by: Sora Morimoto <sora@morimoto.io>
This commit is contained in:
parent
b536b3adce
commit
f86227b8f4
@ -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