mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-22 08:26:41 +02:00
Fix wrong type
import, make auth and chat work
This commit is contained in:
parent
b8f9bc107c
commit
9c47119535
261 changed files with 24453 additions and 443 deletions
|
|
@ -1,6 +1,7 @@
|
|||
import { Module, Global, OnModuleDestroy } from '@nestjs/common';
|
||||
import { ConfigService } from '@nestjs/config';
|
||||
import { createClient, closeDb, type Database } from '@manacore/nutriphi-database';
|
||||
import { createClient, closeDb } from '@manacore/nutriphi-database';
|
||||
import type { Database } from '@manacore/nutriphi-database';
|
||||
|
||||
export const DATABASE_TOKEN = 'DATABASE';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue