1
0
mirror of https://github.com/webstudio-is/webstudio.git synced 2025-03-15 09:45:09 +00:00
webstudio/lostpixel.config.js

7 lines
157 B
JavaScript
Raw Permalink Normal View History

2022-09-23 10:57:16 +02:00
import * as process from "process";
2022-09-23 10:47:15 +02:00
export const config = {
lostPixelProjectId: "cleiive6c0gchi40em3uzx1xv",
apiKey: process.env.LOST_PIXEL_API_KEY,
2022-09-23 10:47:15 +02:00
};