mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 20:44:32 -05:00
actual-server does not need to import the full actual-app/api package. It can import only the CRDT stuff.. so I'm extracting it into a new package to reduce the size of actual-server and make the link between things more transparent.
2 lines
28 B
TypeScript
2 lines
28 B
TypeScript
export * from './src/main';
|