Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
huggingface
/
hf-fast
like
14
Running
on
CPU Upgrade
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
be120fa
hf-fast
/
src
/
routes
/
+layout.ts
hlarcher
HF Staff
feat: add Vercel analytics
be120fa
unverified
about 1 month ago
raw
Copy download link
history
blame
Safe
167 Bytes
import
{ injectAnalytics }
from
'@vercel/analytics/sveltekit'
;
import
{ dev }
from
'$app/environment'
;
injectAnalytics
({
mode
: dev ?
'development'
:
'production'
});