Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
posix4e
/
brain
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
brain
/
Extension
/
utils
/
env.js
neptune-web
feature(#72): improve the select item functionality and UI/UX
04e85f3
almost 3 years ago
raw
Copy download link
history
blame
contribute
delete
145 Bytes
// tiny wrapper with default env vars
module
.
exports
= {
NODE_ENV
: process.
env
.
NODE_ENV
||
'development'
,
PORT
: process.
env
.
PORT
||
3000
,
};