mirror of
https://github.com/openstf/stf
synced 2025-10-05 10:39:25 +02:00
Added back new screen directive.
This commit is contained in:
parent
86a42639a1
commit
a2a00736b6
4 changed files with 35 additions and 9 deletions
|
@ -34,8 +34,6 @@ module.exports = function(options) {
|
|||
io.set('log level', 1)
|
||||
io.set('browser client', false)
|
||||
|
||||
app.use(express.compress())
|
||||
|
||||
app.use('/static/lib', express.static(pathutil.resource('lib')))
|
||||
app.use('/static', express.static(pathutil.resource('app')))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue