mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-13 14:30:02 -04:00
7 lines
151 B
JavaScript
7 lines
151 B
JavaScript
"use strict";
|
|
|
|
const { resolve } = require("node:path");
|
|
|
|
const scramjetPath = resolve(__dirname, "..", "dist");
|
|
|
|
exports.scramjetPath = scramjetPath;
|