Add heatsync and support hot reloading
This commit is contained in:
10
passthrough.js
Normal file
10
passthrough.js
Normal file
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* @typedef {Object} Passthrough
|
||||
* @property {import("repl").REPLServer} repl
|
||||
* @property {typeof import("./config")} config
|
||||
* @property {import("./modules/DiscordClient")} discord
|
||||
* @property {import("heatsync")} sync
|
||||
*/
|
||||
/** @type {Passthrough} */
|
||||
const pt = {}
|
||||
module.exports = pt
|
Reference in New Issue
Block a user