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 7d3f5ca commit d2b1f64Copy full SHA for d2b1f64
bun.lockb
1.37 KB
pkgx.yaml
@@ -1,3 +1,3 @@
1
dependencies:
2
- bun.sh: ^1.0.32
+ bun.sh: ^1.0.31
3
openjdk.org: ^21.0.3.6
src/dynamodb.ts
@@ -92,7 +92,7 @@ export const dynamoDb = {
92
93
relaunch(port: number, ...args: string[]): void {
94
this.stop(port)
95
- this.launch(port, ...args)
+ this.launch({ port, additionalArgs: args })
96
},
97
98
configureInstaller(conf: Partial<Config>): void {
0 commit comments