bee6636
1
2
3
4
5
6
7
8
"use strict"; const { resolve } = require("node:path"); const scramjetPath = resolve(__dirname, "..", "dist"); exports.scramjetPath = scramjetPath;