mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-16 21:03:29 +00:00
refactor: restructure model to contain an object of rundowns
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user