Skip to content

Commit

Permalink
chore: move server.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sakkke committed Apr 8, 2024
1 parent a7c8d4a commit 8191ca3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/server.ts → server.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { serve } from 'bun'
import { Hono } from 'hono'
import { createBot, createProxy } from './index'
import { client_id, client_secret, discord_guild_id, discord_token, oauth2_callback, oauth2_endpoint, port } from '../config.json'
import { createBot, createProxy } from './src/index'
import { client_id, client_secret, discord_guild_id, discord_token, oauth2_callback, oauth2_endpoint, port } from './config.json'

const app = new Hono()

Expand Down

0 comments on commit 8191ca3

Please sign in to comment.