SYNC: charts auto detect

This commit is contained in:
Jan Prochazka
2025-07-02 15:49:10 +02:00
committed by Diflow
parent 6afd6d0aa0
commit ddf3c0810b
19 changed files with 450 additions and 1 deletions

View File

@@ -45,6 +45,9 @@ module.exports = defineConfig({
case 'cloud':
serverProcess = exec('yarn start:cloud');
break;
case 'charts':
serverProcess = exec('yarn start:charts');
break;
}
await waitOn({ resources: ['http://localhost:3000'] });