fix: postgre -> postgres (#9814)

This commit is contained in:
Masaya Suzuki 2023-02-07 19:50:38 +09:00 committed by GitHub
parent 30704e6de8
commit f3c5edc852
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
import { DataSource } from 'typeorm';
import { loadConfig } from './built/config.js';
import { entities } from './built/postgre.js';
import { entities } from './built/postgres.js';
const config = loadConfig();