Skip to content
Snippets Groups Projects
Unverified Commit e0de8635 authored by 果物リン's avatar 果物リン Committed by GitHub
Browse files

backendのプロジェクトで単体で start できないのを修正 (#12371)

parent 02b0adf3
No related branches found
No related tags found
No related merge requests found
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment