configuration stuff not yet working
This commit is contained in:
@ -11,6 +11,7 @@ let accessLogStream = fs.createWriteStream(path.join(__dirname, '/../../../acces
|
||||
app.use(morgan('combined', {stream: accessLogStream}))
|
||||
|
||||
app.use('/', express.static(path.join(__dirname, '/../../../dist')))
|
||||
app.use('/config', express.static(path.join(__dirname, '/.././../config')))
|
||||
|
||||
app.listen(3000, () => {
|
||||
console.log('smartclient app listening on port 3000!')
|
||||
|
Reference in New Issue
Block a user