Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrinkl committed Nov 20, 2024
1 parent 75d20fe commit a91da6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/server/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ import { migrate } from "drizzle-orm/libsql/migrator";
import * as dbSchema from "./db/schema";
import { ServerState } from "./state";

console.log("LOGGING TEST");

const authToken = process.env.auth_token;
if (!authToken) {
throw new Error("Auth token not set in environment variables");
Expand Down

0 comments on commit a91da6e

Please sign in to comment.