mirror of
https://github.com/webstudio-is/webstudio.git
synced 2025-03-14 09:57:02 +00:00
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.
7 lines
157 B
JavaScript
7 lines
157 B
JavaScript
import * as process from "process";
|
|
|
|
export const config = {
|
|
lostPixelProjectId: "cleiive6c0gchi40em3uzx1xv",
|
|
apiKey: process.env.LOST_PIXEL_API_KEY,
|
|
};
|