mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-17 23:45:59 +00:00
fix
This commit is contained in:
@@ -20,10 +20,10 @@ module.exports = defineConfig({
|
|||||||
serverProcess = exec('yarn start:add-connection');
|
serverProcess = exec('yarn start:add-connection');
|
||||||
break;
|
break;
|
||||||
case 'portal':
|
case 'portal':
|
||||||
serverProcess = exec('yarn start:portal:local');
|
serverProcess = exec('yarn start:portal');
|
||||||
break;
|
break;
|
||||||
case 'oauth':
|
case 'oauth':
|
||||||
serverProcess = exec('yarn start:oauth:local');
|
serverProcess = exec('yarn start:oauth');
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user