@lakitu/sdk 0.1.28 → 0.1.29
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;AA2MD,wBAAsB,KAAK,CAAC,OAAO,EAAE,YAAY,iBAgBhD"}
|
|
@@ -162,15 +162,8 @@ RUN printf '#!/bin/bash\\nbun run /home/user/lakitu/runtime/browser/agent-browse
|
|
|
162
162
|
# Symlinks and ownership
|
|
163
163
|
RUN ln -sf /home/user/lakitu/ksa /home/user/ksa && chown -R user:user /home/user/lakitu /home/user/ksa
|
|
164
164
|
|
|
165
|
-
#
|
|
166
|
-
RUN mkdir -p /home/user/.convex/convex-backend-state/lakitu &&
|
|
167
|
-
cd /home/user/lakitu && \\
|
|
168
|
-
convex-backend --port 3210 --site-proxy-port 3211 --local-storage /home/user/.convex/convex-backend-state/lakitu & \\
|
|
169
|
-
sleep 5 && \\
|
|
170
|
-
./node_modules/.bin/convex dev --once --typecheck disable && \\
|
|
171
|
-
sleep 2 && \\
|
|
172
|
-
pkill convex-backend || true && \\
|
|
173
|
-
chown -R user:user /home/user/.convex
|
|
165
|
+
# Create Convex state directory (functions deploy at runtime via start.sh)
|
|
166
|
+
RUN mkdir -p /home/user/.convex/convex-backend-state/lakitu && chown -R user:user /home/user/.convex
|
|
174
167
|
|
|
175
168
|
ENV HOME=/home/user
|
|
176
169
|
ENV PATH="/home/user/.bun/bin:/usr/local/bin:/usr/bin:/bin"
|