scramjet/lib/index.js
2024-06-29 15:52:10 -05:00

5 lines
No EOL
126 B
JavaScript

import { resolve } from 'node:path'
const scramjetPath = resolve(import.meta.dirname, '..', 'dist');
export { scramjetPath }