6 lines
166 B
TypeScript
6 lines
166 B
TypeScript
import { createConfig } from "@developomp-site/playwright-config"
|
|
|
|
// https://playwright.dev/docs/test-configuration
|
|
export default createConfig({
|
|
port: 3000,
|
|
})
|