13 lines
255 B
JSON
13 lines
255 B
JSON
|
|
{
|
||
|
|
"version": "0.0.1",
|
||
|
|
"autoPort": true,
|
||
|
|
"configurations": [
|
||
|
|
{
|
||
|
|
"name": "flutter-web",
|
||
|
|
"runtimeExecutable": "bash",
|
||
|
|
"runtimeArgs": ["/Users/bshtechnologies/Documents/Eventify-frontend/run_web.sh"],
|
||
|
|
"port": 8080
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|