oauth test WIP

This commit is contained in:
SPRINX0\prochazka
2025-01-08 15:05:14 +01:00
parent a3e8d64d4e
commit 01f3f44369
10 changed files with 83 additions and 0 deletions

View File

@@ -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'] });