mirror of
https://github.com/sasjs/server.git
synced 2026-01-11 16:20:06 +00:00
fix(executor): create tmp files before execution
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
import app from './app'
|
||||
import { configuration } from '../package.json'
|
||||
|
||||
const port = 5000
|
||||
const listener = app.listen(port, () => {
|
||||
console.log(`⚡️[server]: Server is running at http://localhost:${port}`)
|
||||
app.listen(configuration.sasJsPort, () => {
|
||||
console.log(
|
||||
`⚡️[server]: Server is running at http://localhost:${configuration.sasJsPort}`
|
||||
)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user