mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-27 03:51:21 -04:00
1aa4046f02
Co-authored-by: Brendonovich <14191578+Brendonovich@users.noreply.github.com>
5 lines
184 B
TypeScript
5 lines
184 B
TypeScript
import { fileURLToPath } from "node:url"
|
|
import { componentConfig } from "../storybook/playwright/config"
|
|
|
|
export default componentConfig(fileURLToPath(new URL(".", import.meta.url)))
|