Added documentation on cli

This commit is contained in:
Kevin FEDYNA
2025-01-22 14:24:55 +01:00
parent 8a5461827e
commit 75a9591f6a
8 changed files with 175 additions and 94 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import { Database } from "@db/sqlite";
*
* Read all SQL files in init directory and create
* associated SQLite database file.
*
*
* **Must not be used out of statup use-case.**
*/
export default async function ensureDatabases(): Promise<void> {