First release
This commit is contained in:
15
src/site/passthrough.js
Normal file
15
src/site/passthrough.js
Normal file
@@ -0,0 +1,15 @@
|
||||
/**
|
||||
* @typedef Passthrough
|
||||
* @property {import("pinski").Pinski} instance
|
||||
* @property {import("ws").Server} wss
|
||||
* @property {import("pinski").PugCache} pugCache
|
||||
*/
|
||||
|
||||
void 0
|
||||
|
||||
/** @type {Passthrough} */
|
||||
// @ts-ignore
|
||||
const passthrough = {
|
||||
}
|
||||
|
||||
module.exports = passthrough
|
||||
Reference in New Issue
Block a user