mirror of
https://github.com/ThisTine/Snip.git
synced 2026-08-18 23:18:47 +07:00
19 lines
354 B
JSON
19 lines
354 B
JSON
{
|
|
"version": "0.0.1",
|
|
"configurations": [
|
|
{
|
|
"name": "snip-compose",
|
|
"runtimeExecutable": "docker",
|
|
"runtimeArgs": ["compose", "up", "--no-build"],
|
|
"port": 8080,
|
|
"autoPort": false
|
|
},
|
|
{
|
|
"name": "snip",
|
|
"runtimeExecutable": "npm",
|
|
"runtimeArgs": ["run", "dev"],
|
|
"port": 5173
|
|
}
|
|
]
|
|
}
|