mirror of
https://github.com/MercuryWorkshop/bare-mux.git
synced 2025-05-16 15:40:01 -04:00
add static dir thingy
This commit is contained in:
parent
1cc513560e
commit
b20e3424f7
2 changed files with 20 additions and 7 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