You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{ [Error: Error reading input: ENOENT: no such file or directory, open 'matches.apib']
errno: -2,
code: 'ENOENT',
syscall: 'open',
path: 'matches.apib' }
express-aglio: error building docs; some docs did not compile successfully.
express-aglio: built docs(startup)
@ekifox I am sorry for just now getting to this, for some reason i am not receiving alert emails from github on issues. I wonder did you ever solve it?
const express = require('express')()
require('express-aglio')(express, {
source: __dirname + '/source',
output: __dirname + '/html',
watch: false,
expose: true,
uri: '/'
})
express.listen(5050)
The text was updated successfully, but these errors were encountered: