Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jdelavande
/
chat-ui-energy
like
59
Paused
App
Files
Files
Community
6
Fetching metadata from the HF Docker repository...
d4471e3
chat-ui-energy
/
.vscode
/
launch.json
nsarrazin
chores: vscode config
d197607
about 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"
}
]
}