Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
lablab-ai-amd-developer-hackathon
/
drivecore
like
2
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
drivecore
/
vite.config.ts
gpt-engineer-app[bot]
Changes
911f01a
2 months ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
162 Bytes
import
{ defineConfig }
from
"@lovable.dev/vite-tanstack-config"
;
export
default
defineConfig
({
vite
: {
server
: {
allowedHosts
:
true
,
},
},
});