webstudio/lostpixel.config.js
Bogdan Chadkin ea30e840a1 refactor: merge all storybooks into one (#3441)
Monorepo setup for storybook is very complicated, it has two major
problems

- it is very annoying to look for any link in commit status
- hard to upgrade comparing with single project setup

Here merged all storybooks into one in the root.
2024-05-29 17:05:17 +03:00

7 lines
157 B
JavaScript

import * as process from "process";
export const config = {
lostPixelProjectId: "cleiive6c0gchi40em3uzx1xv",
apiKey: process.env.LOST_PIXEL_API_KEY,
};