feat: add application productivity foundations
Quality / quality (ubuntu-latest) (push) Failing after 22s
Quality / quality (windows-latest) (push) Canceled after 0s

This commit is contained in:
2026-08-23 11:13:03 +05:30
parent 46195462c3
commit 64ab20cc95
42 changed files with 1533 additions and 40 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@wrnexus/styles",
"version": "0.8.18",
"version": "0.8.19",
"type": "module",
"main": "src/index.ts",
"exports": {
+7
View File
@@ -305,6 +305,13 @@ export interface AppConfig {
storage?: "sqlite" | "database" | "memory";
databaseName?: string;
table?: string;
dashboard?: { enabled?: boolean; path?: string; permission?: string };
};
/** Driver-neutral mail defaults consumed by @wrnexus/mail/application drivers. */
mail?: {
from?: string;
queue?: string | boolean;
sandbox?: { enabled?: boolean; allowlist?: string[] };
};
/**
* File-upload storage. Declare named stores (local dir or S3-compatible),