Moved import under database comment.
This commit is contained in:
parent
f5c379e189
commit
1821607866
@ -1,6 +1,5 @@
|
|||||||
import "reflect-metadata";
|
import "reflect-metadata";
|
||||||
import { container, DependencyContainer } from "tsyringe";
|
import { container, DependencyContainer } from "tsyringe";
|
||||||
import path from "node:path";
|
|
||||||
|
|
||||||
// For the Vitest Custom Environment.
|
// For the Vitest Custom Environment.
|
||||||
import type { Environment } from "vitest";
|
import type { Environment } from "vitest";
|
||||||
@ -13,6 +12,7 @@ import { DatabaseServer } from "@spt-aki/servers/DatabaseServer";
|
|||||||
import { ImporterUtil } from "@spt-aki/utils/ImporterUtil";
|
import { ImporterUtil } from "@spt-aki/utils/ImporterUtil";
|
||||||
|
|
||||||
// Required for creating a temporary test account/profile.
|
// Required for creating a temporary test account/profile.
|
||||||
|
import path from "node:path";
|
||||||
import { SaveServer } from "@spt-aki/servers/SaveServer";
|
import { SaveServer } from "@spt-aki/servers/SaveServer";
|
||||||
import { LauncherController } from "@spt-aki/controllers/LauncherController";
|
import { LauncherController } from "@spt-aki/controllers/LauncherController";
|
||||||
import { IRegisterData } from "@spt-aki/models/eft/launcher/IRegisterData";
|
import { IRegisterData } from "@spt-aki/models/eft/launcher/IRegisterData";
|
||||||
|
Loading…
Reference in New Issue
Block a user