UNPKG

111 BJavaScriptView Raw
1const path = require("path");
2
3module.exports = {
4 PROTO_PATH: path.resolve(__dirname, "../protocol/api"),
5};