UNPKG

@soyvolon/docsify-file-name-replace

Version:

Docsify plugin to modify certain paths to replace strings.

16 lines (12 loc) 259 B
import { PlaywrightTestConfig } from "@playwright/test"; const baseURL = "http://localhost:5173"; const config: PlaywrightTestConfig = { use: { baseURL, }, webServer: { command: "npm run dev", url: baseURL, }, }; export default config;