mirror of
https://github.com/MercuryWorkshop/bare-mux.git
synced 2025-05-14 06:40:02 -04:00
add back node imports
This commit is contained in:
parent
b4c7ac361b
commit
722827d6d7
3 changed files with 17 additions and 1 deletions
7
lib/index.cjs
Normal file
7
lib/index.cjs
Normal file
|
@ -0,0 +1,7 @@
|
|||
'use strict';
|
||||
|
||||
const { resolve } = require('node:path');
|
||||
|
||||
const baremuxPath = resolve(__dirname, '..', 'dist');
|
||||
|
||||
exports.baremuxPath = baremuxPath;
|
Loading…
Add table
Add a link
Reference in a new issue