@lakitu/sdk 0.1.60 → 0.1.61
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"build.d.ts","sourceRoot":"","sources":["../../../cli/commands/build.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAaH,UAAU,YAAY;IACpB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;
|
|
1
|
+
{"version":3,"file":"build.d.ts","sourceRoot":"","sources":["../../../cli/commands/build.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAaH,UAAU,YAAY;IACpB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AA0ND,wBAAsB,KAAK,CAAC,OAAO,EAAE,YAAY,iBAgBhD"}
|
|
@@ -184,7 +184,9 @@ ENV CONVEX_LOCAL_STORAGE="/home/user/.convex/convex-backend-state/lakitu"
|
|
|
184
184
|
USER user
|
|
185
185
|
|
|
186
186
|
# Install patchright in lakitu project for dynamic imports from KSA context
|
|
187
|
-
|
|
187
|
+
# Then install browser binaries as user (they go to ~/.cache/ms-playwright/)
|
|
188
|
+
RUN cd /home/user/lakitu && /home/user/.bun/bin/bun add patchright && \
|
|
189
|
+
npx patchright install chromium
|
|
188
190
|
|
|
189
191
|
WORKDIR /home/user/workspace
|
|
190
192
|
`;
|