[PR #8013] [AI] Revive API token support (per-file API keys) #109769

Open
opened 2026-06-02 18:53:55 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/8013
Author: @wksantiago
Created: 5/31/2026
Status: 🔄 Open

Base: masterHead: revive-api-tokens


📝 Commits (10+)

  • ef32eb8 feat(api-tokens): implement API token management with creation, listing, revocation, and validation
  • 05d0109 chore: add tests for API token management endpoints
  • 4689e4c release notes
  • c83e147 fix: remove unused useTranslation
  • 5a17d24 lint
  • c6c1526 lint
  • a992f96 [autofix.ci] apply automated fixes
  • 1635595 add API token documentation
  • 5706c6d fix: genenerating too short tokens
  • a1c8426 fix: error handling for API token operations and clipboard

📊 Changes

41 files changed (+3378 additions, -341 deletions)

View changed files

📝 .gitignore (+6 -0)
📝 packages/api/index.ts (+9 -0)
📝 packages/desktop-client/src/components/Modals.tsx (+8 -0)
packages/desktop-client/src/components/settings/ApiTokens/CreateApiTokenModal.tsx (+231 -0)
packages/desktop-client/src/components/settings/ApiTokens/ShowApiTokenModal.tsx (+105 -0)
packages/desktop-client/src/components/settings/ApiTokens/TokenRow.tsx (+118 -0)
packages/desktop-client/src/components/settings/ApiTokens/index.tsx (+140 -0)
packages/desktop-client/src/components/settings/ApiTokens/utils.ts (+50 -0)
📝 packages/desktop-client/src/components/settings/Experimental.tsx (+3 -0)
📝 packages/desktop-client/src/components/settings/index.tsx (+3 -0)
📝 packages/desktop-client/src/hooks/useFeatureFlag.ts (+1 -0)
📝 packages/desktop-client/src/modals/modalsSlice.ts (+13 -0)
📝 packages/docs/docs-sidebar.js (+1 -0)
packages/docs/docs/api/api-tokens.md (+111 -0)
📝 packages/docs/docs/api/index.md (+3 -1)
📝 packages/docs/docs/settings/index.md (+37 -0)
📝 packages/loot-core/src/server/auth/app.ts (+155 -2)
📝 packages/loot-core/src/server/errors.ts (+54 -0)
📝 packages/loot-core/src/server/main.ts (+26 -1)
📝 packages/loot-core/src/types/prefs.ts (+2 -1)

...and 21 more files

📄 Description

Description

This PR restores API token support for the sync server.
You can now generate individual tokens for each budget file, so external apps and scripts can connect securely without sharing your main server password.
Each token is scoped to a specific file, can be revoked or disabled at any time, supports expiration dates, and shows last usage — making access much safer and easier to manage.
Added a simple UI to create, disable, set expiration, and revoke tokens.

Checklist

  • Rebased on latest master (v26.6.0)
  • All tests passing: typecheck, lint, and 559 sync-server tests
  • Fully tested token CRUD in the UI (create, reveal, revoke, toggle, expiration)
  • Tested API checks: budget scoping + blocking revoked/disabled/expired tokens
  • Tokens are bcrypt-hashed, least-privilege scoped, and locked out of admin endpoints
  • Security review complete, all fixes applied
  • Follow-ups: prefix uniqueness + dedicated rate limiting

UI Screenshots

Selection_007 Selection_011 Selection_009 Selection_012

AI disclosure: I revived this from #6350, updated it using Claude, and then reviewed and tested it myself.


Bundle Stats

Bundle Files count Total bundle size % Changed
desktop-client 37 14.05 MB → 14.07 MB (+20.9 kB) +0.15%
loot-core 1 5.28 MB → 5.28 MB (+3.53 kB) +0.07%
api 2 3.86 MB → 3.86 MB (+3.79 kB) +0.10%
cli 1 7.97 MB 0%
crdt 1 11.12 kB 0%
View detailed bundle stats

desktop-client

Total

Files count Total bundle size % Changed
37 14.05 MB → 14.07 MB (+20.9 kB) +0.15%
Changeset
File Δ Size
src/components/settings/ApiTokens/TokenRow.tsx 🆕 +6.46 kB 0 B → 6.46 kB
src/components/settings/ApiTokens/CreateApiTokenModal.tsx 🆕 +6.27 kB 0 B → 6.27 kB
src/components/settings/ApiTokens/index.tsx 🆕 +5.09 kB 0 B → 5.09 kB
src/components/settings/ApiTokens/ShowApiTokenModal.tsx 🆕 +3.24 kB 0 B → 3.24 kB
src/components/settings/ApiTokens/utils.ts 🆕 +1.57 kB 0 B → 1.57 kB
src/components/settings/index.tsx 📈 +428 B (+3.84%) 10.87 kB → 11.29 kB
src/hooks/useFeatureFlag.ts 📈 +19 B (+3.32%) 573 B → 592 B
src/components/Modals.tsx 📈 +256 B (+1.95%) 12.85 kB → 13.1 kB
src/components/settings/Experimental.tsx 📈 +191 B (+1.64%) 11.37 kB → 11.56 kB
locale/en.json 📈 +587 B (+0.29%) 199.45 kB → 200.02 kB
locale/de.json 📉 -227 B (-0.13%) 170.87 kB → 170.65 kB
locale/zh-Hans.json 📉 -169 B (-0.14%) 117.01 kB → 116.84 kB
locale/nb-NO.json 📉 -229 B (-0.15%) 147.94 kB → 147.72 kB
locale/nl.json 📉 -181 B (-0.17%) 107 kB → 106.82 kB
locale/uk.json 📉 -367 B (-0.17%) 209.01 kB → 208.65 kB
locale/pt-BR.json 📉 -355 B (-0.18%) 188.32 kB → 187.97 kB
locale/ca.json 📉 -378 B (-0.20%) 186.63 kB → 186.26 kB
locale/es.json 📉 -374 B (-0.20%) 178.57 kB → 178.21 kB
locale/it.json 📉 -347 B (-0.21%) 164.87 kB → 164.53 kB
locale/fr.json 📉 -390 B (-0.21%) 178.44 kB → 178.06 kB
locale/da.json 📉 -229 B (-0.22%) 101.02 kB → 100.8 kB
View detailed bundle breakdown

Added
No assets were added

Removed
No assets were removed

Bigger

Asset File Size % Changed
static/js/index.js 1.56 MB → 1.58 MB (+23.48 kB) +1.47%
static/js/en.js 199.45 kB → 200.02 kB (+587 B) +0.29%
static/js/Value.js 5.08 MB → 5.08 MB (+19 B) +0.00%

Smaller

Asset File Size % Changed
static/js/fr.js 178.44 kB → 178.06 kB (-390 B) -0.21%
static/js/ca.js 186.63 kB → 186.26 kB (-378 B) -0.20%
static/js/es.js 178.57 kB → 178.21 kB (-374 B) -0.20%
static/js/uk.js 209.01 kB → 208.65 kB (-367 B) -0.17%
static/js/pt-BR.js 188.32 kB → 187.97 kB (-355 B) -0.18%
static/js/it.js 164.87 kB → 164.53 kB (-347 B) -0.21%
static/js/da.js 101.02 kB → 100.8 kB (-229 B) -0.22%
static/js/nb-NO.js 147.94 kB → 147.72 kB (-229 B) -0.15%
static/js/de.js 170.87 kB → 170.65 kB (-227 B) -0.13%
static/js/nl.js 107 kB → 106.82 kB (-181 B) -0.17%
static/js/zh-Hans.js 117.01 kB → 116.84 kB (-169 B) -0.14%

Unchanged

Asset File Size % Changed
static/js/BackgroundImage.js 121.09 kB 0%
static/js/FormulaEditor.js 962.55 kB 0%
static/js/ManageRules.js 46.6 kB 0%
static/js/PayeeRuleCountLabel.js 7.33 kB 0%
static/js/ReportRouter.js 1.26 MB 0%
static/js/ScheduleEditForm.js 146.44 kB 0%
static/js/SchedulesTable.js 202.7 kB 0%
static/js/TransactionEdit.js 90.63 kB 0%
static/js/TransactionList.js 85.81 kB 0%
static/js/_baseIsEqual.js 98.38 kB 0%
static/js/client.js 451.37 kB 0%
static/js/en-GB.js 9.25 kB 0%
static/js/extends.js 508.06 kB 0%
static/js/indexeddb-main-thread-worker-e59fee74.js 13.46 kB 0%
static/js/narrow.js 364.2 kB 0%
static/js/resize-observer.js 18.06 kB 0%
static/js/th.js 174.31 kB 0%
static/js/theme.js 31.88 kB 0%
static/js/toString.js 705.14 kB 0%
static/js/useFormatList.js 2.52 kB 0%
static/js/useTransactionBatchActions.js 9.71 kB 0%
static/js/wide.js 298.88 kB 0%
static/js/workbox-window.prod.es5.js 7.33 kB 0%

loot-core

Total

Files count Total bundle size % Changed
1 5.28 MB → 5.28 MB (+3.53 kB) +0.07%
Changeset
File Δ Size
home/runner/work/actual/actual/packages/loot-core/src/server/errors.ts 📈 +770 B (+40.31%) 1.87 kB → 2.62 kB
home/runner/work/actual/actual/packages/loot-core/src/server/auth/app.ts 📈 +2.47 kB (+39.81%) 6.19 kB → 8.66 kB
home/runner/work/actual/actual/packages/loot-core/src/server/main.ts 📈 +318 B (+6.70%) 4.63 kB → 4.94 kB
View detailed bundle breakdown

Added

Asset File Size % Changed
kcab.worker.BeKwybHz.js 0 B → 5.28 MB (+5.28 MB) -

Removed

Asset File Size % Changed
kcab.worker.8g6UP_wl.js 5.28 MB → 0 B (-5.28 MB) -100%

Bigger
No assets were bigger

Smaller
No assets were smaller

Unchanged
No assets were unchanged


api

Total

Files count Total bundle size % Changed
2 3.86 MB → 3.86 MB (+3.79 kB) +0.10%
Changeset
File Δ Size
home/runner/work/actual/actual/packages/loot-core/src/server/errors.ts 📈 +1.08 kB (+77.34%) 1.4 kB → 2.48 kB
home/runner/work/actual/actual/packages/loot-core/src/server/auth/app.ts 📈 +2.41 kB (+40.06%) 6.01 kB → 8.42 kB
home/runner/work/actual/actual/packages/loot-core/src/server/main.ts 📈 +313 B (+8.89%) 3.44 kB → 3.74 kB
View detailed bundle breakdown

Added
No assets were added

Removed
No assets were removed

Bigger

Asset File Size % Changed
index.js 3.86 MB → 3.86 MB (+3.79 kB) +0.10%

Smaller
No assets were smaller

Unchanged

Asset File Size % Changed
models.js 0 B 0%

cli

Total

Files count Total bundle size % Changed
1 7.97 MB 0%
View detailed bundle breakdown

Added
No assets were added

Removed
No assets were removed

Bigger
No assets were bigger

Smaller
No assets were smaller

Unchanged

Asset File Size % Changed
cli.js 7.97 MB 0%

crdt

Total

Files count Total bundle size % Changed
1 11.12 kB 0%
View detailed bundle breakdown

Added
No assets were added

Removed
No assets were removed

Bigger
No assets were bigger

Smaller
No assets were smaller

Unchanged

Asset File Size % Changed
index.js 11.12 kB 0%

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/8013 **Author:** [@wksantiago](https://github.com/wksantiago) **Created:** 5/31/2026 **Status:** 🔄 Open **Base:** `master` ← **Head:** `revive-api-tokens` --- ### 📝 Commits (10+) - [`ef32eb8`](https://github.com/actualbudget/actual/commit/ef32eb826d23b61105c14c3e9b74480bf8910617) feat(api-tokens): implement API token management with creation, listing, revocation, and validation - [`05d0109`](https://github.com/actualbudget/actual/commit/05d0109c7b01fea38e674c4f59447316791acf83) chore: add tests for API token management endpoints - [`4689e4c`](https://github.com/actualbudget/actual/commit/4689e4c63a0fb45109c62aa45840e43a113a469a) release notes - [`c83e147`](https://github.com/actualbudget/actual/commit/c83e14709cb45df1b8760b36e9ac0eab7e687acc) fix: remove unused useTranslation - [`5a17d24`](https://github.com/actualbudget/actual/commit/5a17d24e5d44c80cfbd0e88a36148e79f2bfa28a) lint - [`c6c1526`](https://github.com/actualbudget/actual/commit/c6c15269f50cc254eb2780b771d6f4108d18c045) lint - [`a992f96`](https://github.com/actualbudget/actual/commit/a992f966d13acc3d149f0e61b90d1668e202b7e2) [autofix.ci] apply automated fixes - [`1635595`](https://github.com/actualbudget/actual/commit/1635595d76795d9f12f5e20935c7fa712bd8dc3c) add API token documentation - [`5706c6d`](https://github.com/actualbudget/actual/commit/5706c6df67cfe5070aa876cf07d8ec4309c43a0f) fix: genenerating too short tokens - [`a1c8426`](https://github.com/actualbudget/actual/commit/a1c8426d7a6e247637943149d20dda6d262af661) fix: error handling for API token operations and clipboard ### 📊 Changes **41 files changed** (+3378 additions, -341 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+6 -0) 📝 `packages/api/index.ts` (+9 -0) 📝 `packages/desktop-client/src/components/Modals.tsx` (+8 -0) ➕ `packages/desktop-client/src/components/settings/ApiTokens/CreateApiTokenModal.tsx` (+231 -0) ➕ `packages/desktop-client/src/components/settings/ApiTokens/ShowApiTokenModal.tsx` (+105 -0) ➕ `packages/desktop-client/src/components/settings/ApiTokens/TokenRow.tsx` (+118 -0) ➕ `packages/desktop-client/src/components/settings/ApiTokens/index.tsx` (+140 -0) ➕ `packages/desktop-client/src/components/settings/ApiTokens/utils.ts` (+50 -0) 📝 `packages/desktop-client/src/components/settings/Experimental.tsx` (+3 -0) 📝 `packages/desktop-client/src/components/settings/index.tsx` (+3 -0) 📝 `packages/desktop-client/src/hooks/useFeatureFlag.ts` (+1 -0) 📝 `packages/desktop-client/src/modals/modalsSlice.ts` (+13 -0) 📝 `packages/docs/docs-sidebar.js` (+1 -0) ➕ `packages/docs/docs/api/api-tokens.md` (+111 -0) 📝 `packages/docs/docs/api/index.md` (+3 -1) 📝 `packages/docs/docs/settings/index.md` (+37 -0) 📝 `packages/loot-core/src/server/auth/app.ts` (+155 -2) 📝 `packages/loot-core/src/server/errors.ts` (+54 -0) 📝 `packages/loot-core/src/server/main.ts` (+26 -1) 📝 `packages/loot-core/src/types/prefs.ts` (+2 -1) _...and 21 more files_ </details> ### 📄 Description ## Description This PR restores API token support for the sync server. You can now generate individual tokens for each budget file, so external apps and scripts can connect securely without sharing your main server password. Each token is scoped to a specific file, can be revoked or disabled at any time, supports expiration dates, and shows last usage — making access much safer and easier to manage. Added a simple UI to create, disable, set expiration, and revoke tokens. ## Checklist - [x] Rebased on latest master (v26.6.0) - [x] All tests passing: typecheck, lint, and 559 sync-server tests - [x] Fully tested token CRUD in the UI (create, reveal, revoke, toggle, expiration) - [x] Tested API checks: budget scoping + blocking revoked/disabled/expired tokens - [x] Tokens are bcrypt-hashed, least-privilege scoped, and locked out of admin endpoints - [x] Security review complete, all fixes applied - [ ] Follow-ups: prefix uniqueness + dedicated rate limiting ## UI Screenshots <img width="553" height="177" alt="Selection_007" src="https://github.com/user-attachments/assets/29d7f66e-39b2-4f8b-ad25-d2b908e1db1f" /> <img width="385" height="356" alt="Selection_011" src="https://github.com/user-attachments/assets/1e062e81-d189-40f6-9136-b8059ec00533" /> <img width="438" height="187" alt="Selection_009" src="https://github.com/user-attachments/assets/5b1c685a-a5dc-4355-adca-2f57b74991bb" /> <img width="525" height="231" alt="Selection_012" src="https://github.com/user-attachments/assets/ad76238a-eec9-41d1-99a6-d364b5fc0968" /> ## Related issues - Closes #8010 - Revives the original implementation from #6350 *AI disclosure: I revived this from #6350, updated it using Claude, and then reviewed and tested it myself.* <!--- actual-bot-sections ---> <hr /> <!--- bundlestats-action-comment key:combined start ---> ### Bundle Stats Bundle | Files count | Total bundle size | % Changed ------ | ----------- | ----------------- | --------- desktop-client | 37 | 14.05 MB → 14.07 MB (+20.9 kB) | +0.15% loot-core | 1 | 5.28 MB → 5.28 MB (+3.53 kB) | +0.07% api | 2 | 3.86 MB → 3.86 MB (+3.79 kB) | +0.10% cli | 1 | 7.97 MB | 0% crdt | 1 | 11.12 kB | 0% <details> <summary>View detailed bundle stats</summary> #### desktop-client **Total** Files count | Total bundle size | % Changed ----------- | ----------------- | --------- 37 | 14.05 MB → 14.07 MB (+20.9 kB) | +0.15% <details> <summary>Changeset</summary> File | Δ | Size ---- | - | ---- `src/components/settings/ApiTokens/TokenRow.tsx` | 🆕 +6.46 kB | 0 B → 6.46 kB `src/components/settings/ApiTokens/CreateApiTokenModal.tsx` | 🆕 +6.27 kB | 0 B → 6.27 kB `src/components/settings/ApiTokens/index.tsx` | 🆕 +5.09 kB | 0 B → 5.09 kB `src/components/settings/ApiTokens/ShowApiTokenModal.tsx` | 🆕 +3.24 kB | 0 B → 3.24 kB `src/components/settings/ApiTokens/utils.ts` | 🆕 +1.57 kB | 0 B → 1.57 kB `src/components/settings/index.tsx` | 📈 +428 B (+3.84%) | 10.87 kB → 11.29 kB `src/hooks/useFeatureFlag.ts` | 📈 +19 B (+3.32%) | 573 B → 592 B `src/components/Modals.tsx` | 📈 +256 B (+1.95%) | 12.85 kB → 13.1 kB `src/components/settings/Experimental.tsx` | 📈 +191 B (+1.64%) | 11.37 kB → 11.56 kB `locale/en.json` | 📈 +587 B (+0.29%) | 199.45 kB → 200.02 kB `locale/de.json` | 📉 -227 B (-0.13%) | 170.87 kB → 170.65 kB `locale/zh-Hans.json` | 📉 -169 B (-0.14%) | 117.01 kB → 116.84 kB `locale/nb-NO.json` | 📉 -229 B (-0.15%) | 147.94 kB → 147.72 kB `locale/nl.json` | 📉 -181 B (-0.17%) | 107 kB → 106.82 kB `locale/uk.json` | 📉 -367 B (-0.17%) | 209.01 kB → 208.65 kB `locale/pt-BR.json` | 📉 -355 B (-0.18%) | 188.32 kB → 187.97 kB `locale/ca.json` | 📉 -378 B (-0.20%) | 186.63 kB → 186.26 kB `locale/es.json` | 📉 -374 B (-0.20%) | 178.57 kB → 178.21 kB `locale/it.json` | 📉 -347 B (-0.21%) | 164.87 kB → 164.53 kB `locale/fr.json` | 📉 -390 B (-0.21%) | 178.44 kB → 178.06 kB `locale/da.json` | 📉 -229 B (-0.22%) | 101.02 kB → 100.8 kB </details> <details> <summary>View detailed bundle breakdown</summary> <div> **Added** No assets were added **Removed** No assets were removed **Bigger** Asset | File Size | % Changed ----- | --------- | --------- static/js/index.js | 1.56 MB → 1.58 MB (+23.48 kB) | +1.47% static/js/en.js | 199.45 kB → 200.02 kB (+587 B) | +0.29% static/js/Value.js | 5.08 MB → 5.08 MB (+19 B) | +0.00% **Smaller** Asset | File Size | % Changed ----- | --------- | --------- static/js/fr.js | 178.44 kB → 178.06 kB (-390 B) | -0.21% static/js/ca.js | 186.63 kB → 186.26 kB (-378 B) | -0.20% static/js/es.js | 178.57 kB → 178.21 kB (-374 B) | -0.20% static/js/uk.js | 209.01 kB → 208.65 kB (-367 B) | -0.17% static/js/pt-BR.js | 188.32 kB → 187.97 kB (-355 B) | -0.18% static/js/it.js | 164.87 kB → 164.53 kB (-347 B) | -0.21% static/js/da.js | 101.02 kB → 100.8 kB (-229 B) | -0.22% static/js/nb-NO.js | 147.94 kB → 147.72 kB (-229 B) | -0.15% static/js/de.js | 170.87 kB → 170.65 kB (-227 B) | -0.13% static/js/nl.js | 107 kB → 106.82 kB (-181 B) | -0.17% static/js/zh-Hans.js | 117.01 kB → 116.84 kB (-169 B) | -0.14% **Unchanged** Asset | File Size | % Changed ----- | --------- | --------- static/js/BackgroundImage.js | 121.09 kB | 0% static/js/FormulaEditor.js | 962.55 kB | 0% static/js/ManageRules.js | 46.6 kB | 0% static/js/PayeeRuleCountLabel.js | 7.33 kB | 0% static/js/ReportRouter.js | 1.26 MB | 0% static/js/ScheduleEditForm.js | 146.44 kB | 0% static/js/SchedulesTable.js | 202.7 kB | 0% static/js/TransactionEdit.js | 90.63 kB | 0% static/js/TransactionList.js | 85.81 kB | 0% static/js/_baseIsEqual.js | 98.38 kB | 0% static/js/client.js | 451.37 kB | 0% static/js/en-GB.js | 9.25 kB | 0% static/js/extends.js | 508.06 kB | 0% static/js/indexeddb-main-thread-worker-e59fee74.js | 13.46 kB | 0% static/js/narrow.js | 364.2 kB | 0% static/js/resize-observer.js | 18.06 kB | 0% static/js/th.js | 174.31 kB | 0% static/js/theme.js | 31.88 kB | 0% static/js/toString.js | 705.14 kB | 0% static/js/useFormatList.js | 2.52 kB | 0% static/js/useTransactionBatchActions.js | 9.71 kB | 0% static/js/wide.js | 298.88 kB | 0% static/js/workbox-window.prod.es5.js | 7.33 kB | 0% </div> </details> --- #### loot-core **Total** Files count | Total bundle size | % Changed ----------- | ----------------- | --------- 1 | 5.28 MB → 5.28 MB (+3.53 kB) | +0.07% <details> <summary>Changeset</summary> File | Δ | Size ---- | - | ---- `home/runner/work/actual/actual/packages/loot-core/src/server/errors.ts` | 📈 +770 B (+40.31%) | 1.87 kB → 2.62 kB `home/runner/work/actual/actual/packages/loot-core/src/server/auth/app.ts` | 📈 +2.47 kB (+39.81%) | 6.19 kB → 8.66 kB `home/runner/work/actual/actual/packages/loot-core/src/server/main.ts` | 📈 +318 B (+6.70%) | 4.63 kB → 4.94 kB </details> <details> <summary>View detailed bundle breakdown</summary> <div> **Added** Asset | File Size | % Changed ----- | --------- | --------- kcab.worker.BeKwybHz.js | 0 B → 5.28 MB (+5.28 MB) | - **Removed** Asset | File Size | % Changed ----- | --------- | --------- kcab.worker.8g6UP_wl.js | 5.28 MB → 0 B (-5.28 MB) | -100% **Bigger** No assets were bigger **Smaller** No assets were smaller **Unchanged** No assets were unchanged </div> </details> --- #### api **Total** Files count | Total bundle size | % Changed ----------- | ----------------- | --------- 2 | 3.86 MB → 3.86 MB (+3.79 kB) | +0.10% <details> <summary>Changeset</summary> File | Δ | Size ---- | - | ---- `home/runner/work/actual/actual/packages/loot-core/src/server/errors.ts` | 📈 +1.08 kB (+77.34%) | 1.4 kB → 2.48 kB `home/runner/work/actual/actual/packages/loot-core/src/server/auth/app.ts` | 📈 +2.41 kB (+40.06%) | 6.01 kB → 8.42 kB `home/runner/work/actual/actual/packages/loot-core/src/server/main.ts` | 📈 +313 B (+8.89%) | 3.44 kB → 3.74 kB </details> <details> <summary>View detailed bundle breakdown</summary> <div> **Added** No assets were added **Removed** No assets were removed **Bigger** Asset | File Size | % Changed ----- | --------- | --------- index.js | 3.86 MB → 3.86 MB (+3.79 kB) | +0.10% **Smaller** No assets were smaller **Unchanged** Asset | File Size | % Changed ----- | --------- | --------- models.js | 0 B | 0% </div> </details> --- #### cli **Total** Files count | Total bundle size | % Changed ----------- | ----------------- | --------- 1 | 7.97 MB | 0% <details> <summary>View detailed bundle breakdown</summary> <div> **Added** No assets were added **Removed** No assets were removed **Bigger** No assets were bigger **Smaller** No assets were smaller **Unchanged** Asset | File Size | % Changed ----- | --------- | --------- cli.js | 7.97 MB | 0% </div> </details> --- #### crdt **Total** Files count | Total bundle size | % Changed ----------- | ----------------- | --------- 1 | 11.12 kB | 0% <details> <summary>View detailed bundle breakdown</summary> <div> **Added** No assets were added **Removed** No assets were removed **Bigger** No assets were bigger **Smaller** No assets were smaller **Unchanged** Asset | File Size | % Changed ----- | --------- | --------- index.js | 11.12 kB | 0% </div> </details> </details> <!--- bundlestats-action-comment key:combined end ---> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-06-02 18:53:55 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#109769