Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
soiz1
/
scramjet
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
scramjet
/
lib
/
index.cjs
soiz1
Upload 150 files
bee6636
verified
25 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
158 Bytes
"use strict"
;
const
{ resolve } =
require
(
"node:path"
);
const
scramjetPath =
resolve
(__dirname,
".."
,
"dist"
);
exports
.
scramjetPath
= scramjetPath;