Skip to main content
Module

x/pbkit/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;