Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
k-l-lambda
/
lotus
like
2
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
8f6ab9b
lotus
/
backend
/
constants.ts
k-l-lambda
commit lotus dist.
d605f27
2 months ago
raw
Copy download link
history
blame
Safe
175 Bytes
import
path
from
"path"
;
// @ts-ignore
const
LY_INCLUDE_FOLDERS
= [
"../ly"
].
map
(
folder
=>
path.
resolve
(process.
env
.
TEMP_DIR
, folder));
export
{
LY_INCLUDE_FOLDERS
,
};