mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-16 07:30:02 -04:00
make export work
This commit is contained in:
parent
d37e378984
commit
71beed406e
3 changed files with 9 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 scramjetPath = resolve(__dirname, "..", "dist");
|
||||
|
||||
exports.scramjetPath = scramjetPath;
|
Loading…
Add table
Add a link
Reference in a new issue