update
This commit is contained in:
parent
52685eb3a4
commit
c3b19bbf30
2 changed files with 5 additions and 2 deletions
|
@ -2,8 +2,11 @@
|
||||||
|
|
||||||
みす廃あらーとは、Misskeyでのノート、フォロー、フォロワーの数および前日比を毎日0時にノートするサービスです。
|
みす廃あらーとは、Misskeyでのノート、フォロー、フォロワーの数および前日比を毎日0時にノートするサービスです。
|
||||||
|
|
||||||
|
## 対応
|
||||||
|
|
||||||
## build
|
Misskey v10 以降および互換性のあるサーバー
|
||||||
|
|
||||||
|
## ビルド
|
||||||
|
|
||||||
```
|
```
|
||||||
# 依存関係の解決
|
# 依存関係の解決
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
"build:styles": "sass styles/:built/assets",
|
"build:styles": "sass styles/:built/assets",
|
||||||
"build": "run-p build:*",
|
"build": "run-p build:*",
|
||||||
"migrate": "ts-node --project ./tsconfig.migration.json ./node_modules/typeorm/cli.js migration:run",
|
"migrate": "ts-node --project ./tsconfig.migration.json ./node_modules/typeorm/cli.js migration:run",
|
||||||
"watch": "nodemon"
|
"dev": "nodemon"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/koa-bodyparser": "^4.3.0",
|
"@types/koa-bodyparser": "^4.3.0",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue