Skip to content

Commit ac4e179

Browse files
fix: resolve merge conflict in deployApp.ts
1 parent fb6e408 commit ac4e179

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

deployment-dapp/src/singleFunction/deployApp.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,8 @@ export const deployApp = async ({
2626

2727
const mrenclave = {
2828
framework: 'SCONE' as any, // workaround framework not auto capitalized
29-
<<<<<<< HEAD
30-
version: 'v5',
31-
entrypoint: 'node --disable-wasm-trap-handler /app/app.js',
32-
=======
3329
version: 'v5.9',
34-
entrypoint: 'node /app/app.js',
35-
>>>>>>> b07b9b1 (fix: update scone version in dapp deployment)
30+
entrypoint: 'node --disable-wasm-trap-handler /app/app.js',
3631
heapSize: 1073741824,
3732
fingerprint,
3833
};

0 commit comments

Comments
 (0)