mirror of
https://github.com/sasjs/server.git
synced 2026-01-08 23:10:05 +00:00
test(deploy): cover deploy route with unit test
This commit is contained in:
6
src/server.ts
Normal file
6
src/server.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import app from './app'
|
||||
|
||||
const port = 5000
|
||||
app.listen(port, () => {
|
||||
console.log(`⚡️[server]: Server is running at http://localhost:${port}`)
|
||||
})
|
||||
Reference in New Issue
Block a user