Skip to content

Commit

Permalink
Refactor import statements in server.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
drazisil committed Sep 15, 2024
1 parent c9c1fd5 commit 3c6a585
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@

import { exit } from "node:process";
import Sentry from "@sentry/node";
import { getGatewayServer } from "./packages/gateway/src/GatewayServer.js";
import { verifyLegacyCipherSupport } from "./packages/gateway/src/encryption.js";
import { getServerConfiguration } from "./packages/shared/Configuration.js";
import { getGatewayServer } from "rusty-motors-gateway";
import { verifyLegacyCipherSupport } from "rusty-motors-gateway";
import { getServerConfiguration } from "rusty-motors-shared";
import { getServerLogger } from "rusty-motors-shared";


Expand Down

0 comments on commit 3c6a585

Please sign in to comment.