Monorepo with centralized build props, npm workspaces, LlamaSharp AI, SQLite/SQLCipher storage, Svelte frontend, and unified smoke tests. Co-Authored-By: Oz <oz-agent@warp.dev>
20 lines
776 B
C#
20 lines
776 B
C#
global using System.ComponentModel.DataAnnotations;
|
|
global using System.IO.Compression;
|
|
global using System.Text.Json;
|
|
global using Journal.Core;
|
|
global using Journal.Core.Dtos;
|
|
global using Journal.Core.Models;
|
|
global using Journal.Core.Repositories;
|
|
global using Journal.Core.Services.Ai;
|
|
global using Journal.Core.Services.Config;
|
|
global using Journal.Core.Services.Database;
|
|
global using Journal.Core.Services.Entries;
|
|
global using Journal.Core.Services.Fragments;
|
|
global using Journal.Core.Services.Logging;
|
|
global using Journal.Core.Services.Sidecar;
|
|
global using Journal.Core.Services.Speech;
|
|
global using Journal.Core.Services.Lists;
|
|
global using Journal.Core.Services.Todos;
|
|
global using Journal.Core.Services.Conversations;
|
|
global using Journal.Core.Services.Vault;
|