Skip to content

Commit

Permalink
docker test
Browse files Browse the repository at this point in the history
  • Loading branch information
chillingstar committed Nov 9, 2024
1 parent 6b676b6 commit 1b57e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { createServer } from 'node:http';
import next from 'next';
import { Server } from 'socket.io';
import { PrismaClient } from '@prisma/client';
import TypedSchema, { Elysia, t } from 'elysia';
import { Elysia, t } from 'elysia';

const dev = process.env.NODE_ENV !== 'production';
const hostname = process.env.HOSTNAME || 'localhost';
Expand Down

0 comments on commit 1b57e17

Please sign in to comment.