mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
feat(docs): Two-Doors home, otter-orange brand, Pagefind search, and enterprise SSO/SCIM/roles guides
Docs site redesign: Two-Doors home, otter-orange brand, Pagefind search, enterprise SSO/SCIM/roles guides.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { defineConfig, devices } from "@playwright/test";
|
||||
|
||||
const DOCS_PORT = 5173;
|
||||
const DOCS_PORT = 4173;
|
||||
|
||||
export default defineConfig({
|
||||
testDir: "./tests/e2e-docs",
|
||||
@@ -22,9 +22,10 @@ export default defineConfig({
|
||||
},
|
||||
],
|
||||
webServer: {
|
||||
command: "pnpm --filter @snapotter/docs docs:dev",
|
||||
command:
|
||||
"pnpm --filter @snapotter/docs docs:build && pnpm --filter @snapotter/docs docs:preview",
|
||||
port: DOCS_PORT,
|
||||
reuseExistingServer: !process.env.CI,
|
||||
timeout: 60_000,
|
||||
timeout: 120_000,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user