forked from baron/baron-sso
chore: fix workspace formatting (devfront, backend, adminfront)
This commit is contained in:
@@ -119,7 +119,6 @@ func (m *MockUserRepository) FindTenantIDByLoginID(ctx context.Context, loginID
|
|||||||
}
|
}
|
||||||
|
|
||||||
type MockKetoOutboxRepository struct {
|
type MockKetoOutboxRepository struct {
|
||||||
|
|
||||||
mock.Mock
|
mock.Mock
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -56,7 +56,9 @@ export default defineConfig({
|
|||||||
|
|
||||||
/* Run your local dev server before starting the tests */
|
/* Run your local dev server before starting the tests */
|
||||||
webServer: {
|
webServer: {
|
||||||
command: process.env.CI ? "npm run build && npm run preview -- --port 5174" : "npm run dev -- --port 5174",
|
command: process.env.CI
|
||||||
|
? "npm run build && npm run preview -- --port 5174"
|
||||||
|
: "npm run dev -- --port 5174",
|
||||||
url: "http://localhost:5174",
|
url: "http://localhost:5174",
|
||||||
reuseExistingServer: !process.env.CI,
|
reuseExistingServer: !process.env.CI,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user