Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AUXteam
/
Midday
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Midday
/
apps
/
dashboard
/
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
98 Bytes
export
const
logger
= (
message:
string
, params?:
unknown
) => {
console
.
log
(message, params);
};