server/db/zzz_schema.ts view source
(_db: Db): Promise<void> Initialize the zzz database schema.
Currently only auth tables (from create_app_backend).
Zzz-specific tables will be added here when persistent state is needed.
_db
type
Dbreturns
Promise<void>