Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AUXteam
/
Plandex
like
0
Paused
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
refs/pr/2
Plandex
/
cli
/
vitest.config.ts
AUXteam
Upload folder using huggingface_hub
cf9339a
verified
about 1 month ago
raw
Copy download link
history
blame
121 Bytes
import
{ defineConfig }
from
"vitest/config"
;
export
default
defineConfig
({
test
: {
environment
:
"node"
,
},
});