mirror of
https://github.com/ragestudio/linebridge.git
synced 2025-06-09 02:24:17 +00:00
added warn flag for using hyper-express
httpEngine
This commit is contained in:
parent
d89cce7bf4
commit
8e525606c3
@ -10,6 +10,8 @@ const { serverManifest, outputServerError } = require("./lib")
|
||||
|
||||
const HTTPEngines = {
|
||||
"hyper-express": () => {
|
||||
console.warn("Hyper-Express is not fully supported yet")
|
||||
|
||||
const engine = require("hyper-express")
|
||||
return new engine.Server()
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user