refactor: restructure model to contain an object of rundowns

This commit is contained in:
Carlos Valente
2025-03-15 09:04:33 +01:00
parent 433e9f6a4f
commit dbf8eeb7fb
111 changed files with 4366 additions and 4612 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ const config: PlaywrightTestConfig = {
workers: 1,
reporter: 'html',
webServer: {
command: 'turbo run dev:test',
command: 'turbo run dev --filter=ontime-server',
port: 4001,
reuseExistingServer: true,
timeout: 60 * 1000,