Skip to content

Commit 5a2bc2b

Browse files
committed
chore: minor adjustments
1 parent edb3476 commit 5a2bc2b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import process from 'node:process'
2-
import dts from 'bun-plugin-dts-auto'
2+
import { dts } from 'bun-plugin-dts-auto'
33

44
console.log('Building...')
55

pkgx.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
dependencies:
22
aws.amazon.com/cli: ^2.15.30
3-
bun.sh: ^1.1.30
3+
bun.sh: ^1.1.29
44
openjdk.org: ^21.0.3.6

src/dynamodb.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export const dynamoDb = {
8686
const jarExists = await exists(jarPath)
8787
if (jarExists) return
8888

89-
debug('Installing DynamoDB Local...')
89+
console.log('Installing DynamoDB locally...')
9090
const downloadUrl = config.downloadUrl
9191
await new Promise((resolve, reject) => {
9292
https

0 commit comments

Comments
 (0)