Skip to content

Commit

Permalink
Remove imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Willy Brauner committed Oct 27, 2022
1 parent 79eccd6 commit 46c3f7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { createServer as createViteServer } from "vite"
import compression from "compression"
import ip from "ip"
import portFinderSync from "portfinder-sync"
import palette from "./config/helpers/palette.js"
import config from "./config/config.js"
import debug from "@wbe/debug"
const log = debug("server")
Expand Down

0 comments on commit 46c3f7d

Please sign in to comment.