mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-03 12:22:38 +02:00
12 lines
266 B
JSON
12 lines
266 B
JSON
|
|
{
|
||
|
|
"version": "0.0.1",
|
||
|
|
"configurations": [
|
||
|
|
{
|
||
|
|
"name": "renderer-dev",
|
||
|
|
"runtimeExecutable": "/Users/tusharmagar/Rowboat/rowboat-V2/apps/x/apps/renderer/node_modules/.bin/vite",
|
||
|
|
"runtimeArgs": ["--port", "5173"],
|
||
|
|
"port": 5173
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|