Skip to content

Commit 18b57f6

Browse files
committed
uncomment patch
Signed-off-by: Nik Nasr <nik@restate.dev>
1 parent afb8b50 commit 18b57f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/restate-sdk-cloudflare-workers/patch_sdk_cf_workers.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cp -r ../restate-sdk/dist .
1111
cp patches/fetch.js dist/fetch.js
1212

1313
# Copy vm
14-
# rm -r dist/endpoint/handlers/vm
14+
rm -r dist/endpoint/handlers/vm
1515
cp -r patches/vm dist/endpoint/handlers
1616

1717
# Copy vm entrypoint

0 commit comments

Comments
 (0)