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 b657de9 commit f796d85Copy full SHA for f796d85
adapter.ts
@@ -90,7 +90,7 @@ export function adapter({
90
projectPath: { value: process.cwd() },
91
serverPath: { value: server_directory },
92
optionsPath: { value: options_directory },
93
- memorySizeStr: { value: String(memorySize) },
+ memorySize: { value: String(memorySize) },
94
})
95
96
if (serverStreaming) {
0 commit comments