mirror of
https://github.com/sasjs/server.git
synced 2026-01-03 21:10:05 +00:00
chore: restructure repo into sub folders
This commit is contained in:
8
api/src/server.ts
Normal file
8
api/src/server.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import app from './app'
|
||||
import { configuration } from '../package.json'
|
||||
|
||||
app.listen(configuration.sasJsPort, () => {
|
||||
console.log(
|
||||
`⚡️[server]: Server is running at http://localhost:${configuration.sasJsPort}`
|
||||
)
|
||||
})
|
||||
Reference in New Issue
Block a user