Skip to content

Commit

Permalink
backendのプロジェクトで単体で start できないのを修正 (misskey-dev#12371)
Browse files Browse the repository at this point in the history
  • Loading branch information
fruitriin authored Nov 19, 2023
1 parent 02b0adf commit e0de863
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e0de863

Please sign in to comment.