mirror of
https://github.com/MercuryWorkshop/bare-mux.git
synced 2025-05-14 14:50:03 -04:00
7 lines
148 B
JavaScript
7 lines
148 B
JavaScript
'use strict';
|
|
|
|
const { resolve } = require('node:path');
|
|
|
|
const baremuxPath = resolve(__dirname, '..', 'dist');
|
|
|
|
exports.baremuxPath = baremuxPath;
|