1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-30 11:03:58 +02:00

convertは元ファイルを変更するようなニュアンスを若干感じるのでcompileに改名

This commit is contained in:
syuilo
2025-12-03 18:52:14 +09:00
parent 4580ae1e30
commit a545f6890a
9 changed files with 42 additions and 43 deletions

View File

@@ -43,8 +43,8 @@ services:
target: /misskey/packages/backend/package.json
read_only: true
- type: bind
source: ../scripts/convert_config.js
target: /misskey/packages/backend/scripts/convert_config.js
source: ../scripts/compile_config.js
target: /misskey/packages/backend/scripts/compile_config.js
read_only: true
- type: bind
source: ../../misskey-js/built