Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Mar 17, 2024
1 parent 7d3f5ca commit d2b1f64
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion pkgx.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dependencies:
bun.sh: ^1.0.32
bun.sh: ^1.0.31
openjdk.org: ^21.0.3.6
2 changes: 1 addition & 1 deletion src/dynamodb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export const dynamoDb = {

relaunch(port: number, ...args: string[]): void {
this.stop(port)
this.launch(port, ...args)
this.launch({ port, additionalArgs: args })
},

configureInstaller(conf: Partial<Config>): void {
Expand Down

0 comments on commit d2b1f64

Please sign in to comment.