Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
This commit is contained in:
commit
cd2131c4b5
4 changed files with 28 additions and 7 deletions
|
@ -7,8 +7,8 @@
|
|||
"node": ">=18.16.0"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "node ./built/index.js",
|
||||
"start:test": "NODE_ENV=test node ./built/index.js",
|
||||
"start": "node ./built/boot/entry.js",
|
||||
"start:test": "NODE_ENV=test node ./built/boot/entry.js",
|
||||
"migrate": "pnpm typeorm migration:run -d ormconfig.js",
|
||||
"revert": "pnpm typeorm migration:revert -d ormconfig.js",
|
||||
"check:connect": "node ./check_connect.js",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue