Tweaks, fixes, and version bump

This commit is contained in:
2023-05-23 15:04:33 -04:00
parent 929ebd96d6
commit 19b6de68cf
9 changed files with 9955 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
import app from './app';
import { connection } from '../db';
import { PORT } from '../constants/env';
import { connection } from '@mifi/auth-db/lib';
import { PORT } from './constants/env';
connection.then(
() => {