mirror of
https://github.com/PretendoNetwork/account.git
synced 2026-04-24 23:11:05 -05:00
Fix import order
This commit is contained in:
parent
0a8c6789f0
commit
17b37d84f1
|
|
@ -1,9 +1,9 @@
|
|||
import fs from 'fs-extra';
|
||||
import mongoose from 'mongoose';
|
||||
import dotenv from 'dotenv';
|
||||
import { LOG_INFO, LOG_WARN, LOG_ERROR, formatHostnames } from '@/logger';
|
||||
import { Config, domainServices } from '@/types/common/config';
|
||||
import isValidHostname from 'is-valid-hostname';
|
||||
import { LOG_INFO, LOG_WARN, LOG_ERROR, formatHostnames } from '@/logger';
|
||||
import { type Config, domainServices } from '@/types/common/config';
|
||||
|
||||
dotenv.config();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user