forked from FoundKeyGang/FoundKey
backend: move to foundkey-js
This commit is contained in:
parent
ebaa1960bf
commit
237c29a4b8
2 changed files with 1 additions and 2 deletions
|
@ -69,7 +69,6 @@
|
|||
"koa-views": "7.0.2",
|
||||
"mfm-js": "0.22.1",
|
||||
"mime-types": "2.1.35",
|
||||
"misskey-js": "0.0.14",
|
||||
"mocha": "10.0.0",
|
||||
"multer": "1.4.5-lts.1",
|
||||
"nested-property": "4.0.0",
|
||||
|
|
|
@ -6,7 +6,7 @@ import * as childProcess from 'child_process';
|
|||
import * as http from 'node:http';
|
||||
import { SIGKILL } from 'constants';
|
||||
import WebSocket from 'ws';
|
||||
import * as misskey from 'misskey-js';
|
||||
import * as misskey from 'foundkey-js';
|
||||
import fetch from 'node-fetch';
|
||||
import FormData from 'form-data';
|
||||
import { DataSource } from 'typeorm';
|
||||
|
|
Loading…
Reference in a new issue