Project Configuration
npx lost-pixel init-jsmodule.exports = {
storybookShots: {
storybookUrl: 'examples/storybook-build/storybook-static',
},
// OSS mode
generateOnly: true,
// Lost Pixel Platform (to use in Platform mode, comment out the OSS mode and uncomment this part )
// lostPixelProjectId: "xxxx",
// process.env.LOST_PIXEL_API_KEY,
};TypeScript
npx lost-pixel init-tsLast updated