diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-11-21 10:04:16 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-11-21 10:04:16 +0900 |
| commit | c741aa5d7dc8867a55460749510a13eaeae05d4b (patch) | |
| tree | 8263b8d3426e2f7fb4caa2d9c7b6a546f3b2354d /package.json | |
| parent | fix(frontend): pageheaderの型を修正 (#16803) (diff) | |
| download | misskey-c741aa5d7dc8867a55460749510a13eaeae05d4b.tar.gz misskey-c741aa5d7dc8867a55460749510a13eaeae05d4b.tar.bz2 misskey-c741aa5d7dc8867a55460749510a13eaeae05d4b.zip | |
chore(dev): add start:inspect command for debugging
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 80b55fefab..f77688603e 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,7 @@ "build-storybook": "pnpm --filter frontend build-storybook", "build-misskey-js-with-types": "pnpm build-pre && pnpm --filter backend... --filter=!misskey-js build && pnpm --filter backend generate-api-json --no-build && ncp packages/backend/built/api.json packages/misskey-js/generator/api.json && pnpm --filter misskey-js update-autogen-code && pnpm --filter misskey-js build && pnpm --filter misskey-js api", "start": "pnpm check:connect && cd packages/backend && node ./built/boot/entry.js", + "start:inspect": "cd packages/backend && node --inspect ./built/boot/entry.js", "start:test": "ncp ./.github/misskey/test.yml ./.config/test.yml && cd packages/backend && cross-env NODE_ENV=test node ./built/boot/entry.js", "cli": "cd packages/backend && pnpm cli", "init": "pnpm migrate", |