Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mishig
/
chat-ui
like
0
Running
on
CPU Upgrade
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
700a224
chat-ui
/
.vscode
/
launch.json
nsarrazin
chores: vscode config
74d1fd3
over 1 year ago
raw
Copy download link
history
blame
174 Bytes
{
"version"
:
"0.2.0"
,
"configurations"
:
[
{
"command"
:
"npm run dev"
,
"name"
:
"Run development server"
,
"request"
:
"launch"
,
"type"
:
"node-terminal"
}
]
}