1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-18 00:15:24 +02:00

Merge branch 'develop' into copilot/remove-js-yaml-runtime-dependency

This commit is contained in:
syuilo
2025-12-02 09:35:01 +09:00
committed by GitHub
74 changed files with 1556 additions and 988 deletions

View File

@@ -42,7 +42,7 @@ async function killProc() {
'./node_modules/nodemon/bin/nodemon.js',
[
'-w', 'src',
'-e', 'ts,js,mjs,cjs,json,pug',
'-e', 'ts,js,mjs,cjs,tsx,json,pug',
'--exec', 'pnpm', 'run', 'build',
],
{