Spaces:
Running
Running
; | |
const { resolve } = require("node:path"); | |
const scramjetPath = resolve(__dirname, "..", "dist"); | |
exports.scramjetPath = scramjetPath; | |