fix: postgre -> postgres (#9814)
This commit is contained in:
parent
30704e6de8
commit
f3c5edc852
4 changed files with 5 additions and 5 deletions
|
@ -11,7 +11,7 @@ import FormData from 'form-data';
|
|||
import { DataSource } from 'typeorm';
|
||||
import got, { RequestError } from 'got';
|
||||
import loadConfig from '../src/config/load.js';
|
||||
import { entities } from '../src/postgre.js';
|
||||
import { entities } from '@/postgres.js';
|
||||
import type * as misskey from 'misskey-js';
|
||||
|
||||
const _filename = fileURLToPath(import.meta.url);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue