api: minor refactors aimed at improving memory consumption

This commit is contained in:
Abdullah Atta
2025-09-26 09:30:37 +05:00
committed by Abdullah Atta
parent 579e65b0be
commit ed6e3c56f2
3 changed files with 43 additions and 58 deletions

View File

@@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<StartupObject>Notesnook.API.Program</StartupObject>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>