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:
Sora Morimoto 2023-02-18 04:13:48 +09:00
parent b536b3adce
commit f86227b8f4

View File

@ -1,6 +1,6 @@
import path from 'path';
export default = ({ env }) => {
export default ({ env }) => {
const client = env('DATABASE_CLIENT', 'sqlite');
const connections = {