mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-30 07:42:06 +00:00
4 lines
184 B
TypeScript
4 lines
184 B
TypeScript
import { fileURLToPath } from "node:url"
|
|
import { componentConfig } from "../storybook/playwright/config"
|
|
|
|
export default componentConfig(fileURLToPath(new URL(".", import.meta.url)))
|