feat: add application productivity foundations
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user