We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb6e408 commit ac4e179Copy full SHA for ac4e179
deployment-dapp/src/singleFunction/deployApp.ts
@@ -26,13 +26,8 @@ export const deployApp = async ({
26
27
const mrenclave = {
28
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
-=======
33
version: 'v5.9',
34
- entrypoint: 'node /app/app.js',
35
->>>>>>> b07b9b1 (fix: update scone version in dapp deployment)
+ entrypoint: 'node --disable-wasm-trap-handler /app/app.js',
36
heapSize: 1073741824,
37
fingerprint,
38
};
0 commit comments