scramjet / lib /index.cjs
soiz1's picture
Upload 150 files
bee6636 verified
raw
history blame contribute delete
158 Bytes
"use strict";
const { resolve } = require("node:path");
const scramjetPath = resolve(__dirname, "..", "dist");
exports.scramjetPath = scramjetPath;