Docs introduction

This commit is contained in:
Ben Allfree
2023-01-06 04:49:40 -06:00
parent 65b963e09d
commit 8ca9bd65bd
38 changed files with 618 additions and 47 deletions

View File

@@ -330,7 +330,8 @@ export const instanceService = mkSingleton(
const endRequest = instance.startRequest()
res.on('close', endRequest)
proxy.web(req, res, { target: instance.internalUrl })
}
},
`InstanceService`
)
const maintenance = async (instanceId: InstanceId) => {}