UNPKG

@cocalc/static

Version:

CoCalc's static frontend Webpack-based build system and framework

5 lines 240 B
// Return the absolute path to the built static files, so they can be served // up by some static webserver. const { resolve, join } = require("path"); exports.path = resolve(join(__dirname, "..", "dist")); //# sourceMappingURL=index.js.map