Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AUXteam
/
Midday
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Midday
/
apps
/
engine
/
src
/
utils
/
logger.ts
Jules
Final deployment with all fixes and verified content
c09f67c
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
100 Bytes
export
const
logger
= (
message:
string
, ...rest:
string
[]
) => {
console
.
log
(message, ...rest);
};