You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"dev": "concurrently \"turbo run dev --filter=@template/web\" \"turbo run dev --filter=@template/server\" \"turbo run dev --filter=@template/shared\"",
"dev:db": "turbo run dev --filter=@template/shared",
"build:shared": "turbo run build --filter=@template/shared",
"dev:docker": "concurrently \"turbo run dev --filter=@template/server\" \"turbo run dev --filter=@template/shared\"",