This commit is contained in:
Philipp Kunz 2025-05-29 21:21:59 +00:00
parent 0baf2562b7
commit 2c244c4a9a

View File

@ -364,7 +364,7 @@ When a domain is configured with `dnsMode: 'forward'`:
### Memory Storage Warning
```typescript
console.warn(
'<EFBFBD> WARNING: StorageManager is using in-memory storage.\n' +
'⚠️ WARNING: StorageManager is using in-memory storage.\n' +
' Data will be lost when the process restarts.\n' +
' Configure storage.fsPath or storage functions for persistence.'
);