Skip to content

Commit

Permalink
Fix lost-pixel config
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidS-ovm committed Jul 24, 2024
1 parent a19cc16 commit 855dd60
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lostpixel.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import { CustomProjectConfig } from 'lost-pixel';
export const config: CustomProjectConfig = {
customShots: {
currentShotsPath: "./e2e",
},

// Lost Pixel Platform (to use in Platform mode, comment out the OSS mode and uncomment this part )
lostPixelProjectId: 'cljcuqix95y2ui10ekiwatpau',
apiKey: process.env.LOST_PIXEL_API_KEY,
}
// Lost Pixel Platform (to use in Platform mode, comment out the OSS mode and uncomment this part )
lostPixelProjectId: 'cljcuqix95y2ui10ekiwatpau',
apiKey: process.env.LOST_PIXEL_API_KEY,
};

0 comments on commit 855dd60

Please sign in to comment.