Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
enzostvs
/
deepsite
like
11.5k
Running
App
Files
Files
Community
308
Fetching metadata from the HF Docker repository...
refs/pr/197
deepsite
/
.vscode
/
launch.json
archjayte
Upload 35 files
afa9e42
verified
about 1 month ago
raw
Copy download link
history
blame
Safe
207 Bytes
{
"version"
:
"0.2.0"
,
"configurations"
:
[
{
"command"
:
"./node_modules/.bin/astro dev"
,
"name"
:
"Development server"
,
"request"
:
"launch"
,
"type"
:
"node-terminal"
}
]
}