Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
matthoffner/starchat-ui
MattGPT
/
XS-AI_UI
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
XS-AI_UI
/
vitest.config.ts
MattGPT
Duplicate from matthoffner/starchat-ui
f491937
about 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
177 Bytes
import
path
from
'path'
;
import
{ defineConfig }
from
'vite'
;
export
default
defineConfig
({
resolve
: {
alias
: {
'@'
: path.
resolve
(__dirname,
'./'
),
},
},
});