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