Skip to content

Commit d2b1f64

Browse files
committed
chore: wip
1 parent 7d3f5ca commit d2b1f64

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

bun.lockb

1.37 KB
Binary file not shown.

pkgx.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
dependencies:
2-
bun.sh: ^1.0.32
2+
bun.sh: ^1.0.31
33
openjdk.org: ^21.0.3.6

src/dynamodb.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export const dynamoDb = {
9292

9393
relaunch(port: number, ...args: string[]): void {
9494
this.stop(port)
95-
this.launch(port, ...args)
95+
this.launch({ port, additionalArgs: args })
9696
},
9797

9898
configureInstaller(conf: Partial<Config>): void {

0 commit comments

Comments
 (0)