1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-09 07:54:10 +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

@@ -8,6 +8,10 @@
".": {
"types": "./built/index.d.ts",
"import": "./built/index.js"
},
"./const": {
"types": "./built/const.d.ts",
"import": "./built/const.js"
}
},
"scripts": {