4 lines
93 B
TypeScript
4 lines
93 B
TypeScript
import { BASE_URL } from "./BASE_URL";
|
|
|
|
export const isStorybook = BASE_URL.startsWith(".");
|