mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 02:06:01 +00:00
oauth test WIP
This commit is contained in:
@@ -22,6 +22,9 @@ module.exports = defineConfig({
|
||||
case 'portal':
|
||||
serverProcess = exec('yarn start:portal:local');
|
||||
break;
|
||||
case 'oauth':
|
||||
serverProcess = exec('yarn start:oauth:local');
|
||||
break;
|
||||
}
|
||||
|
||||
await waitOn({ resources: ['http://localhost:3000'] });
|
||||
|
||||
Reference in New Issue
Block a user