Skip to content

Commit

Permalink
Fix tests (test 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
strayfade committed Apr 26, 2024
1 parent b7d1aa1 commit d4815ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Server.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ const http = require('http')
const { App } = require('./App')
const { Log } = require('./Log')

// Run build
require('./Build')

const Server = http.createServer(App)
Server.listen(process.env.PORT || '8080')

Expand Down

0 comments on commit d4815ba

Please sign in to comment.