Skip to main content
Module

x/pbkit/compat/node/zip-path.js

Protobuf toolkit for modern web development
Go to Latest
File
const { join } = require("path");
const runtimeZipPath = join(__dirname, "../../runtime.zip");const vendorZipPath = join(__dirname, "../../vendor.zip");
exports.runtimeZipPath = runtimeZipPath;exports.vendorZipPath = vendorZipPath;