forked from mirrors/misskey
* wip * Update build.js * Update build.js * [minify-backend用] フィジビリティ検証 (#16878) * fix: minify-backend * 間違えて入れちゃったのを戻す * 追従 * fix --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> * test * use node 24 * Revert "use node 24" This reverts commit 7ae2debf23448922de70e208fe2e432ef4665f27. * Revert "test" This reverts commit d91987909139405318e573effe5a5d1613713934. * Update package.json * wip * Update compile_config.js * Revert "Update compile_config.js" This reverts commit 0ee286f02be807b126b65de6d94f573c005f98d7. * Update config.ts * wip * Update .swcrc * Update ClientServerService.ts * [ci skip] update CHANGELOG --------- Co-authored-by: おさむのひと <46447427+samunohito@users.noreply.github.com>
32 lines
350 B
Plaintext
32 lines
350 B
Plaintext
.autogen
|
|
.github
|
|
.travis
|
|
.vscode
|
|
.config
|
|
Dockerfile
|
|
build/
|
|
built/
|
|
src-js/
|
|
db/
|
|
.devcontainer/compose.yml
|
|
node_modules/
|
|
packages/*/node_modules
|
|
redis/
|
|
files/
|
|
fluent-emojis/
|
|
.pnp.*
|
|
|
|
# .yarn関連
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/sdks
|
|
!.yarn/versions
|
|
|
|
.pnpm-store
|
|
|
|
.idea/
|
|
packages/*/.vscode/
|
|
packages/backend/test/compose.yml
|