feature: add download all file by file alongside the tar download (#415)
This commit is contained in:
parent
27e9b7eb35
commit
3e7e95b53c
23 changed files with 79 additions and 82 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "ConvertX Development Environment",
|
||||
"name": "ConvertX",
|
||||
"build": {
|
||||
"dockerfile": "Dockerfile"
|
||||
},
|
||||
|
|
@ -46,5 +46,8 @@
|
|||
},
|
||||
"postCreateCommand": "bun install",
|
||||
"remoteUser": "root",
|
||||
"mounts": ["source=${localWorkspaceFolder}/data,target=/app/data,type=bind"]
|
||||
"mounts": ["source=${localWorkspaceFolder}/data,target=/app/data,type=bind"],
|
||||
"containerEnv": {
|
||||
"JWT_SECRET": "jwt_secret_only_used_in_testing_for_easier_hot_reloading"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue