mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-14 15:00:01 -04:00
NPM publishable
This commit is contained in:
parent
0729a3efa8
commit
a9e7fdda2e
3 changed files with 4212 additions and 1 deletions
5
lib/index.js
Normal file
5
lib/index.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
import { resolve } from 'node:path'
|
||||
|
||||
const scramjetPath = resolve(import.meta.dirname, '..', 'dist');
|
||||
|
||||
export { scramjetPath }
|
Loading…
Add table
Add a link
Reference in a new issue