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:
AUXteam
/
Plandex
like
0
Paused
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
refs/pr/2
Plandex
/
packages
/
plugins
/
examples
/
plugin-hello-world-example
/
src
/
index.ts
AUXteam
Upload folder using huggingface_hub
cf9339a
verified
5 months ago
Raw
Download with hf CLI
Copy download link
History
Blame
Safe
102 Bytes
export
{
default
as
manifest }
from
"./manifest.js"
;
export
{
default
as
worker }
from
"./worker.js"
;