mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-14 15:00:01 -04:00
5 lines
No EOL
126 B
JavaScript
5 lines
No EOL
126 B
JavaScript
import { resolve } from 'node:path'
|
|
|
|
const scramjetPath = resolve(import.meta.dirname, '..', 'dist');
|
|
|
|
export { scramjetPath } |