Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
huggingfacejs
/
inference-widgets
like
7
Running
on
CPU Upgrade
App
Files
Files
Community
1
9609cf5
inference-widgets
/
packages
/
jinja
/
vite.config.js
machineuser
Sync widgets demo
94753b6
8 months ago
raw
Copy download link
history
blame
Safe
144 Bytes
import
{ defineConfig }
from
"vite"
;
export
default
defineConfig
({
build
: {
lib
: {
entry
:
"src/index.js"
,
name
:
"jinja"
,
},
},
});