chore: 年度リストを昇順に変更
This commit is contained in:
@@ -19,6 +19,12 @@ files = [
|
||||
f"{NAS_BASE}/backend/app/db_auto_migration.py"),
|
||||
(r"c:\workspace\njts-accounting-core\backend\app\main.py",
|
||||
f"{NAS_BASE}/backend/app/main.py"),
|
||||
# e-Gov モジュール
|
||||
(r"c:\workspace\njts-accounting-core\backend\app\modules\egov\egov_api.py",
|
||||
f"{NAS_BASE}/backend/app/modules/egov/egov_api.py"),
|
||||
(r"c:\workspace\njts-accounting-core\backend\app\modules\egov\router.py",
|
||||
f"{NAS_BASE}/backend/app/modules/egov/router.py"),
|
||||
# フロントエンド
|
||||
(r"c:\workspace\njts-accounting-core\frontend\bank-statement.html",
|
||||
f"{NAS_BASE}/backend/frontend/bank-statement.html"),
|
||||
(r"c:\workspace\njts-accounting-core\frontend\index.html",
|
||||
|
||||
Reference in New Issue
Block a user