add static dir thingy

This commit is contained in:
CoolElectronics 2024-03-03 19:44:28 -05:00
parent 1cc513560e
commit b20e3424f7
No known key found for this signature in database
GPG key ID: F63593D168636C50
2 changed files with 20 additions and 7 deletions

7
lib/index.cjs Normal file
View file

@ -0,0 +1,7 @@
'use strict';
const { resolve } = require('node:path');
const baremuxPath = resolve(__dirname, '..', 'dist');
exports.baremuxPath = baremuxPath;